summaryrefslogtreecommitdiff
path: root/src/op_mode/lldp_op.py
AgeCommit message (Collapse)Author
2020-08-19lldp: op-mode: convert data processing from XML to JSONChristian Poessinger
2020-08-03lldp: op-mode: T2323: "show lldp neighbors detail" only works when service runsChristian Poessinger
The problem exists when LLDP is not configured but one wants to run the detail command. Running "show lldp neighbors" is not possible when LLDP is not running. This case is already handled for "show lldp neighbors" and has been extended for "show lldp neighbors detail".
2020-04-08op-mode: lldp: T2246: check if service is configuredChristian Poessinger
2020-04-06util: T2226: rewrite op lldp to use popenThomas Mangin
2019-12-22lldp: T393: first op mode command versionChristian Poessinger