mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
OSPF port module (#13498)
* OSPF to module * Update mock * lint and style fixes * enums as strings
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user