summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-04vrf: T31: rename 'vrf disable-bind-to-all ipv4' to 'vrf bind-to-all'Christian 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: reduce script complexityChristian Poessinger
2020-03-04vrf: T31: no need to use sudo calls in vrf.pyChristian Poessinger
2020-03-04vrf: T31: make 'show vrf' command behave like other 'show interface commands'Christian Poessinger
2020-03-04xml: include: description: adjust help messageChristian Poessinger
2020-03-04vrf: T31: improve help for routing tableChristian Poessinger
2020-03-04vrf: T31: reuse interface-description.xml.i for instance descriptionChristian Poessinger
2020-03-04vrf: T31: use embedded regex on 'vrf name' instead of python scriptChristian 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-04templates: T2098: fix wrong op-mode command for path completion helperChristian Poessinger
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-04Merge pull request #239 from thomas-mangin/2057-fixtimeChristian Poessinger
2020-03-04ifconfig: T2057: fix various typosThomas Mangin
2020-03-04ifconfig: T2057: bugfix KeyErrorChristian Poessinger
2020-03-04ifconfig: T2057: bugfix ValueErrorChristian Poessinger
2020-03-03Merge pull request #237 from thomas-mangin/interface-attributeChristian Poessinger
2020-03-03ifconfig: T2057: generic interface option settingThomas Mangin
2020-03-03interfaces: T1579: fix c/p error when evaluating os.environ['VYOS_TAGNODE_VAL...Christian Poessinger
2020-03-03Merge pull request #235 from Elbandi/fix-rfc3442-static-routeChristian Poessinger
2020-03-03Merge pull request #236 from DmitriyEshenko/docker-intfcChristian Poessinger
2020-03-03ifconfig: T2074: add check for sysfs filesDmitriyEshenko
2020-03-03dhcp-server: T2092: add default route to rfc3442-static-route optionAndras Elso
2020-03-03Merge pull request #234 from Elbandi/fix-static-routeChristian Poessinger
2020-03-03dhcp-server: T2062: Fix static route bytesAndras Elso
2020-03-01syslog: T2086: do not log cron and su to regular syslogChristian Poessinger
2020-03-01login: radius: T2089: only query servers when uid matches ...Christian Poessinger
2020-03-01vmware: T1028: readd static IP address after resumeChristian Poessinger
2020-03-01pppoe: T2087: enable unlimited connection attemptsChristian Poessinger
2020-03-01syslog: T2086: move sudo session open/close log entries to auth.logChristian Poessinger
2020-02-29interfaces: wireguard: make test script executableChristian Poessinger
2020-02-29interfaces: wireguard: add initial testChristian Poessinger
2020-02-29interfaces: base: add rfc3021 test using /31 prefixesChristian Poessinger
2020-02-29Merge pull request #231 from thomas-mangin/T2082Christian Poessinger
2020-02-29ifconfig: T2082: fix checking of argument passedThomas Mangin
2020-02-27tunnel: fix several issues in testcaseThomas Mangin
2020-02-27pppoe: add initial testChristian Poessinger
2020-02-27Merge pull request #227 from thomas-mangin/T2057Christian Poessinger
2020-02-27openvpn: T2075: add support for OpenVPN tls-crypt file optionChristian Poessinger
2020-02-27login: T2050: retrieve home directory for SSH keys from OS and not guess itChristian Poessinger
2020-02-26interfaces: base: remove superfluous import of ConfigSessionErrorChristian Poessinger
2020-02-26interfaces: bond: add missing import on ConfigSessionErrorChristian Poessinger
2020-02-26interfaces: add missing unittest importChristian Poessinger
2020-02-26ipoe-server: T2073: reset op-mode command for sessionsDaniil Kharun
2020-02-26Merge pull request #4 from thomas-mangin/correctionChristian Poessinger
2020-02-26interfaces: replace wildcard import with dedicated importChristian Poessinger
2020-02-26cli: remove superfluous imports (we never use Config())Christian Poessinger