summaryrefslogtreecommitdiff
path: root/interface-definitions/lldp.xml.in
AgeCommit message (Collapse)Author
2020-08-03lldp: T393: improve all completion helperChristian Poessinger
2020-01-26lldp: T1896: remove MED civic based location informationChristian Poessinger
Civic based location information was not working for quiet some time and as an unused feature we should drop it to keep the codebase more simple and maintainable.
2019-12-26xml: remove leading carrot (^) from regex syntaxChristian Poessinger
... as the carrot is applied automatically when reading in the XML definition. Auto replaced by: $ find interface-definitions -type f | xargs sed -i 's/regex>^/regex>/'
2019-12-23lldp: T1898: support multiple management addressesChristian Poessinger
- management-address is not a <multi/> node - added new vyos.validate.is_loopback_addr() function - returns true is address passed is a looback address
2019-12-22lldp: T393: support IPv6 management addressChristian Poessinger
2019-12-22lldp: T393: add Emergency Location Identifier Number (ELIN) supportChristian Poessinger
2019-12-22lldp: T393: interface disable node must be valuelessChristian Poessinger
2019-12-22lldp: T393: 'snmp enable' must be <valueless/>Christian Poessinger
2019-12-22lldp: T393: legacy-protocols must be <valueless/>Christian Poessinger
2019-12-22lldp: T393: rename XML interface definition to xml.inChristian Poessinger