Age | Commit message (Expand) | Author |
2020-03-05 | pppoe: T1493: fix for fix of invalid reference of ipv6-up script file | Christian Poessinger |
2020-03-05 | vrf: T31: routing table IDs must be unique | Christian Poessinger |
2020-03-05 | vrf: T31: use vyos.ifconfig to set ifalias | Christian Poessinger |
2020-03-05 | vrf: T31: table id is mandatory | Christian Poessinger |
2020-03-05 | pppoe: T1493: fix invalid reference of ipv6-up script file | Christian Poessinger |
2020-03-05 | login: T2050: extend verify() on public-keys | Christian Poessinger |
2020-03-05 | pppoe: T1493: support IPv6 address negotiation which is required for DHCPv6-PD | Christian Poessinger |
2020-03-05 | macvlan: T1635: ensure 'link' interface really exists | Christian Poessinger |
2020-03-05 | vxlan: T1636: ensure 'link' interface really exists | Christian Poessinger |
2020-03-04 | pppoe: T1318: IPv6 support | Christian Poessinger |
2020-03-04 | vrf: T31: remove pass in exception handler | Christian Poessinger |
2020-03-04 | banner: T2099: accept empty pre-/post-login banner | Christian Poessinger |
2020-03-04 | vrf: T31: enable vrf support for dummy interface | Christian Poessinger |
2020-03-04 | vrf: T31: reorder routing table lookups | Christian Poessinger |
2020-03-04 | vrf: T31: adding unreachable routes to the routing tables | Christian Poessinger |
2020-03-04 | vrf: T31: prior to the v4.8 kernel iif and oif rules are needed | Christian Poessinger |
2020-03-04 | vrf: T31: create iproute2 table to name mapping reference | Christian Poessinger |
2020-03-04 | vrf: T31: rename 'vrf disable-bind-to-all ipv4' to 'vrf bind-to-all' | Christian Poessinger |
2020-03-04 | vrf: T31: support add/remove of interfaces from vrf | Christian Poessinger |
2020-03-04 | vrf: T31: remove superfluous vyos.vrf library functions | Christian Poessinger |
2020-03-04 | vrf: T31: reduce script complexity | Christian Poessinger |
2020-03-04 | vrf: T31: no need to use sudo calls in vrf.py | Christian Poessinger |
2020-03-04 | vrf: T31: make 'show vrf' command behave like other 'show interface commands' | Christian Poessinger |
2020-03-04 | vrf: T31: use embedded regex on 'vrf name' instead of python script | Christian Poessinger |
2020-03-04 | vrf: T31: initial support for a VRF backend in XML/Python | Thomas Mangin |
2020-03-03 | interfaces: T1579: fix c/p error when evaluating os.environ['VYOS_TAGNODE_VAL... | Christian Poessinger |
2020-03-03 | dhcp-server: T2092: add default route to rfc3442-static-route option | Andras Elso |
2020-03-03 | dhcp-server: T2062: Fix static route bytes | Andras Elso |
2020-03-01 | syslog: T2086: do not log cron and su to regular syslog | Christian Poessinger |
2020-03-01 | login: radius: T2089: only query servers when uid matches ... | Christian Poessinger |
2020-03-01 | vmware: T1028: readd static IP address after resume | Christian Poessinger |
2020-03-01 | pppoe: T2087: enable unlimited connection attempts | Christian Poessinger |
2020-03-01 | syslog: T2086: move sudo session open/close log entries to auth.log | Christian Poessinger |
2020-02-27 | Merge pull request #227 from thomas-mangin/T2057 | Christian Poessinger |
2020-02-27 | openvpn: T2075: add support for OpenVPN tls-crypt file option | Christian Poessinger |
2020-02-27 | login: T2050: retrieve home directory for SSH keys from OS and not guess it | Christian Poessinger |
2020-02-25 | [service https] T1443: set default HTTPS listen port | John Estabrook |
2020-02-25 | login: T1948: migrade local and radius configurations | Christian Poessinger |
2020-02-25 | login: radius: T2071: support disabling individual server | Christian Poessinger |
2020-02-25 | pppoe: T2055: verify logfile really exists | Christian Poessinger |
2020-02-25 | Merge branch 'pppoe-t2070' of github.com:c-po/vyos-1x into current | Christian Poessinger |
2020-02-25 | pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and Python | Christian Poessinger |
2020-02-25 | pppoe: T2055: make logfile owned by root/vyattacfg | Christian Poessinger |
2020-02-25 | pppoe: T1318: validate existing source-interface | Christian Poessinger |
2020-02-24 | ifconfig: T2057: generalised Interface configuration | Thomas Mangin |
2020-02-24 | pppoe-client: T2069: Use rp_pppoe_service for send correct service-name | DmitriyEshenko |
2020-02-23 | service-pppoe: T2067: Allow setting multiple service-names | hagbard |
2020-02-23 | openvpn: T2065: move daemon parameter to start-stop-daemon command-line | Christian Poessinger |
2020-02-23 | pppoe: T1318: set interface description | Christian Poessinger |
2020-02-23 | pppoe: T2055: do not try to start a deleted dialer interface | Christian Poessinger |