Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-19 | bridge: T2232: move helper to vyos.validate | Christian Poessinger | |
2020-04-07 | bridge: T2232: prevent deletion of enslaved interfaces | Christian Poessinger | |
Interfaces enslaved to a bridge are not allowed to be deleted. If an interface is deleted from the config but it is still enslaved to a bridge will cause a configuration error on the subsequent boot. | |||
2020-03-28 | ifconfig: T2057: explicity name state functions | Thomas Mangin | |
The Interface get_state/set_state were not clear about if they edited the admin or operational state. functions are now using admin_state and oper_state for clarity. | |||
2020-03-03 | interfaces: T1579: fix c/p error when evaluating ↵ | Christian Poessinger | |
os.environ['VYOS_TAGNODE_VALUE'] This has been only a theoretical problem but then the error condition was triggered - only an error has been printed instead of raising an Exception. | |||
2020-02-24 | ifconfig: T2057: generalised Interface configuration | Thomas Mangin | |
Provides a way to pass options to interface consistent between subclasses of Interface | |||
2019-12-31 | geneve: use proper variable name | Christian Poessinger | |
2019-11-29 | geneve: T1799: remove unused import statements | Christian Poessinger | |
2019-11-24 | geneve: T1799: add misssing "vni" to default_config_data | Christian Poessinger | |
2019-11-24 | geneve: T1799: set minimum MTU size 1500 bytes | Christian Poessinger | |
2019-11-24 | geneve: T1799: add IPv4 routing parameters | Christian Poessinger | |
2019-11-24 | geneve: T1799: add Generic Network Virtualization Encapsulation | Christian Poessinger | |