OSPF port module (#13498)

* OSPF to module

* Update mock

* lint and style fixes

* enums as strings
This commit is contained in:
Tony Murray
2021-11-12 13:49:09 -06:00
committed by GitHub
parent 666638eeaa
commit 0adf37b4e1
7 changed files with 323 additions and 209 deletions

View File

@@ -69,6 +69,16 @@ interface SnmpQueryInterface
*/
public function numeric(): SnmpQueryInterface;
/**
* Hide MIB in output
*/
public function hideMib(): SnmpQueryInterface;
/**
* Output enum values as strings instead of values. This could affect index output.
*/
public function enumStrings(): SnmpQueryInterface;
/**
* Set option(s) for net-snmp command line.
* Some options may break parsing, but you can manually parse the raw output if needed.