Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-30 | lldp: T1896: bugfix SyntaxError: invalid syntax | Christian Poessinger | |
Commit 66f8be0 ("lldp: T1896: remove MED civic based location information") removed MED civic location support, but there was an error in an if/elif statement. This has been fixes. File "/usr/libexec/vyos/conf_mode/lldp.py", line 191 elif len(location['coordinate_based']) > 0: ^ SyntaxError: invalid syntax | |||
2020-01-30 | Merge branch 't1896-remove-lldp-civic' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't1896-remove-lldp-civic' of github.com:c-po/vyos-1x: lldp: T1896: remove MED civic based location information | |||
2020-01-29 | lldp: T1994: fix jinja template to listen on specified interfaces | bbs2web | |
Signed-off-by: bbs2web <bbs2web@hotmail.com> | |||
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-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: unlink /etc/lldpd.d/01-vyos.conf on service deletion | Christian Poessinger | |
2019-12-22 | lldp: T393: support both ELIN and ccordinate based location service in MED | Christian Poessinger | |
2019-12-22 | fixup | Christian Poessinger | |
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: support parsing MED values | Christian Poessinger | |
2019-12-22 | lldp: T393: use flat dictionary when generating configs | Christian Poessinger | |
2019-12-22 | lldp: T393: support listen interfaces | Christian Poessinger | |
2019-12-22 | lldp: T393: add config options to /etc/lldpd.d | Christian Poessinger | |
2019-12-22 | lldp: T393: first running version of lldpd | Christian Poessinger | |
2019-12-19 | flow-accounting: T1890: fixed scripts permissions | zsdc | |
2018-05-17 | Fix import path for ConfigError | Yuya Kusakabe | |
2018-05-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. |