summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-03-24Merge pull request #261 from thomas-mangin/2154Christian Poessinger
2020-03-23ifconfig: T2154: fixing failure to start-stop-daemonThomas Mangin
2020-03-23T2125: Replacing all missing importskroy-the-rabbit
2020-03-23T2125: Fixing missing importkroy-the-rabbit
2020-03-23wireless: T2151: switch to iw when adding and deleting interfacesChristian Poessinger
2020-03-23ifconfig: T2151: always start interface in monitoring modeChristian Poessinger
2020-03-23ifconfig: T2151: get_state() must use administrative state and not operstateChristian Poessinger
2020-03-23ifconfig: T2151: ensure interface is admin down when changing MAC addressChristian Poessinger
2020-03-23ifconfig: T2151: add possibility to query assigned MAC addressChristian Poessinger
2020-03-23Merge pull request #258 from thomas-mangin/31-vrfChristian Poessinger
2020-03-23ifconfig: T31: convert all interface to set_vrf apiThomas Mangin
2020-03-23Merge pull request #256 from thomas-mangin/2057-cleanupChristian Poessinger
2020-03-23tunnel: T31: add support for vrf on tunnelsThomas Mangin
2020-03-22geneve: T2057: use self.default as template for get_configThomas Mangin
2020-03-22vxlan: T2057: rewrite _create commandThomas Mangin
2020-03-22ifconfig: T2151: add WiFiIf interface representation classChristian Poessinger
2020-03-22vxlan: T2057: use self.default as template for get_configThomas Mangin
2020-03-22Merge pull request #222 from thomas-mangin/T2028Christian Poessinger
2020-03-22tunnel: T2028: move interface tunnel to XML/PythonThomas Mangin
2020-03-22ifconfig: T2104: remove superfluous __init__ in derived classesChristian Poessinger
2020-03-20Merge pull request #253 from thomas-mangin/cmd-checkChristian Poessinger
2020-03-20ifconfig: T2057: fail change when command are failingThomas Mangin
2020-03-20Merge pull request #251 from thomas-mangin/T2057-requiredChristian Poessinger
2020-03-20ifconfig: T2057: make set_state use set_interfaceThomas Mangin
2020-03-20ifconfig: T2057: skip required fields check if we do not create the interfaceThomas Mangin
2020-03-20ifconfig: T2057: data conversion was lost, better error messageThomas Mangin
2020-03-17Merge pull request #246 from thomas-mangin/T1849-delayChristian Poessinger
2020-03-17vxlan: T2134: fix NameError: name 'config' is not definedMichael Petö
2020-03-16ifconfig: T1849: buster fixed the delay issueThomas Mangin
2020-03-16T2125: show interfaces wireguard wg0 errorhagbard
2020-03-11Merge pull request #238 from fetzerms/http_api_show_generateChristian Poessinger
2020-03-11http api: T2096: Added show and generateMatthias Fetzer
2020-03-08ifconfig: T1557: reorder calling order to support non q-in-q interfacesChristian Poessinger
2020-03-08vrf: T31: support VRF usage on VLAN/VIF interfacesChristian Poessinger
2020-03-07bonding: T2057: fix creation/deletion sysfs commandThomas Mangin
2020-03-06ifconfig: T2104: splt ifconfig.py into multiple filesThomas Mangin
2020-03-05ifconfig: T2101: Fix VXLAN parsing empty config because of empty optionstjjh89017
2020-03-05ifconfig: T2101: Fix undefined reference variable in VXLANIftjjh89017
2020-03-04Merge branch 't31-vrf' of github.com:c-po/vyos-1x into currentChristian Poessinger
2020-03-04vrf: T31: support add/remove of interfaces from vrfChristian Poessinger
2020-03-04vrf: T31: remove superfluous vyos.vrf library functionsChristian Poessinger
2020-03-04vrf: T31: initial support for a VRF backend in XML/PythonThomas Mangin
2020-03-04ifconfig: T2057: generic interface option settingThomas Mangin
2020-03-04Merge pull request #240 from thomas-mangin/2057-strictChristian Poessinger
2020-03-04ifconfig: T2057: allow unknown keys in the config, and fixThomas Mangin
2020-03-04ifconfig: T2057: fix various typosThomas Mangin
2020-03-04ifconfig: T2057: bugfix KeyErrorChristian Poessinger
2020-03-04ifconfig: T2057: bugfix ValueErrorChristian Poessinger
2020-03-03ifconfig: T2057: generic interface option settingThomas Mangin
2020-03-03ifconfig: T2074: add check for sysfs filesDmitriyEshenko