Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-18 | interfaces: T2320: correctly honour create and debug options | Thomas Mangin | |
2020-04-09 | vxlan: T2172: add source-address option | Christian Poessinger | |
This is a base requirement for l2vpn evpn. When source-address is configured, the option "local <source-addr> nolearning" is appended when creating the interface as mentioned here: https://vincent.bernat.ch/en/blog/2017-vxlan-bgp-evpn | |||
2020-03-24 | ifconfig: T2057: add class Register | Thomas Mangin | |
2020-03-22 | vxlan: T2057: rewrite _create command | Thomas Mangin | |
2020-03-22 | vxlan: T2057: use self.default as template for get_config | Thomas Mangin | |
2020-03-22 | ifconfig: T2104: remove superfluous __init__ in derived classes | Christian Poessinger | |
__init__ should be added to a derived class only if it does work in the ctor. | |||
2020-03-17 | vxlan: T2134: fix NameError: name 'config' is not defined | Michael Petö | |
2020-03-06 | ifconfig: T2104: splt ifconfig.py into multiple files | Thomas Mangin | |