summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig/vxlan.py
AgeCommit message (Expand)Author
2024-06-09vxlan: T6401: Avoid calling get_vxlan_vni_filter() unless we need itAndrew Topp
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-01-01T5474: establish common file name pattern for XML conf mode commandsChristian Breunig
2023-11-22vxlan: T5753: add support for VNI filteringChristian Breunig
2023-10-31vxlan: T5668: add CLI knob to enable ARP/ND suppressionChristian Breunig
2023-10-30vxlan: T5699: migrate "external" CLI know to "parameters external"Christian Breunig
2023-09-09vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridgesChristian Breunig
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2022-04-18vxlan: geneve: T4370: support configuration of DF bit optionChristian Poessinger
2022-02-21vxlan: T4120: code cleanup for multiple remotesChristian Poessinger
2022-02-20vxlan: T4120: add ability to set multiple remotes (PR #1127)Andreas
2021-12-19vxlan: T3700: add support for Generic Protocol extension (VXLAN-GPE)Christian Poessinger
2021-12-10vxlan: T3700: add support for external controlled FDBChristian Poessinger
2021-03-03smoketest: vxlan: extend testcase to verify additional tunnel parametersChristian Poessinger
2021-02-28vif: T3349: use fixed ordering when enabling parent and child interfaceChristian Poessinger
2021-02-28vxlan: T1513: add dont-fragment CLI optionChristian Poessinger
2021-02-28vyos.ifconfig: T1579: remove calls to vyos.ifconfig.Interface.get_config()Christian Poessinger
2020-09-20ifconfig: T2653: remove duplicates of get_config()Christian Poessinger
2020-09-19ifconfig: T2653: convert VLAN interfaces do discrete classChristian Poessinger
2020-08-23ifconfig: vxlan: geneve: T2823: properly set interface stateChristian Poessinger
2020-07-26vxlan: ifconfig: T2653: move to get_interface_dict()Christian Poessinger
2020-06-24ifconfig: vxlan: T2629: append() takes exactly one argumentChristian Poessinger
2020-06-22vxlan: T2629: fix multiple configuration issuesSIN3R6Y
2020-04-18interfaces: T2320: correctly honour create and debug optionsThomas Mangin
2020-04-09vxlan: T2172: add source-address optionChristian Poessinger
2020-03-24ifconfig: T2057: add class RegisterThomas Mangin
2020-03-22vxlan: T2057: rewrite _create commandThomas Mangin
2020-03-22vxlan: T2057: use self.default as template for get_configThomas Mangin
2020-03-22ifconfig: T2104: remove superfluous __init__ in derived classesChristian Poessinger
2020-03-17vxlan: T2134: fix NameError: name 'config' is not definedMichael Petö
2020-03-06ifconfig: T2104: splt ifconfig.py into multiple filesThomas Mangin