Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | lldp: T393: improve all completion helper | Christian Poessinger | |
2020-01-26 | lldp: T1896: remove MED civic based location information | Christian 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-26 | xml: remove leading carrot (^) from regex syntax | Christian 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-23 | lldp: T1898: support multiple management addresses | Christian 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-22 | lldp: T393: support IPv6 management address | Christian Poessinger | |
2019-12-22 | lldp: T393: add Emergency Location Identifier Number (ELIN) support | Christian Poessinger | |
2019-12-22 | lldp: T393: interface disable node must be valueless | Christian Poessinger | |
2019-12-22 | lldp: T393: 'snmp enable' must be <valueless/> | Christian Poessinger | |
2019-12-22 | lldp: T393: legacy-protocols must be <valueless/> | Christian Poessinger | |
2019-12-22 | lldp: T393: rename XML interface definition to xml.in | Christian Poessinger | |