Age | Commit message (Expand) | Author |
2020-05-21 | macsec: T2023: add optional encryption command | Christian Poessinger |
2020-05-21 | ifconfig: T2023: add initial MACsec abstraction | Christian Poessinger |
2020-05-20 | interface: T2023: adopt _delete() to common style | Christian Poessinger |
2020-05-20 | interface: T2023: remove superfluous at end of list | Christian Poessinger |
2020-05-20 | util: T2467: fix missing import | Thomas Mangin |
2020-05-19 | Merge pull request #414 from thomas-mangin/T2467 | Christian Poessinger |
2020-05-19 | wireguard: T2481: support IPv6 based underlay | Christian Poessinger |
2020-05-19 | util: T2467: add systemctl to autosudo | Thomas Mangin |
2020-05-19 | util: T2467: add autosudo as an option to command | Thomas Mangin |
2020-05-19 | dhcpv6-pd: T421: support ethernet based interfaces | Christian Poessinger |
2020-05-19 | configdict: T2372: use list over string | Christian Poessinger |
2020-05-19 | configdict: T2372: add new interface_default_data dict | Christian Poessinger |
2020-05-18 | flake8: T2475: fix a number of issue reported by flake8 | Thomas Mangin |
2020-05-17 | config: T2409: effective config should be empty at boot initialization | John Estabrook |
2020-05-17 | config: return empty dict if configuration under path is empty | John Estabrook |
2020-05-17 | pppoe: dhcpv6-pd: T421: initial support | Christian Poessinger |
2020-05-17 | dhcpv6-pd: T421: migrate from ISC dhclient to wide-dhcpv6-client | Christian Poessinger |
2020-05-11 | ifconfig/dhcp: T2449: remove accept_ra logic as it was wrong | Jernej Jakob |
2020-05-11 | vlan: T2449: set accept_ra on vlan interfaces | Jernej Jakob |
2020-05-11 | configdict: T2449: set accept_ra=2 if ipv6 address autoconf or dhcpv6 is set | Jernej Jakob |
2020-05-11 | interface: T2449: add ability to set accept_ra | Jernej Jakob |
2020-05-08 | Merge pull request #395 from thomas-mangin/T2417 | Christian Poessinger |
2020-05-08 | Merge branch 'current' of github.com:thomas-mangin/vyos-1x into T2417 | Thomas Mangin |
2020-05-08 | vlan: T2435: fix missing dict key in print variable | Jernej Jakob |
2020-05-07 | debug: T1230: add time information to saved debug logs | Thomas Mangin |
2020-05-06 | debug: T1230: add time information to saved debug logs | Thomas Mangin |
2020-05-06 | validator: T2417: try to make the code clearer | Thomas Mangin |
2020-05-06 | debug: T2426: remove invisible characters when printing | Thomas Mangin |
2020-05-05 | configdict: T2427: clarify code comments | Jernej Jakob |
2020-05-05 | vlan: T2427: move code that applies VLANs to interface to common function | Jernej Jakob |
2020-05-05 | vlan: T2427: convert vlan config variables from lists to dicts | Jernej Jakob |
2020-05-05 | configdict: T2427: do not remove all addresses when disabling interface | Jernej Jakob |
2020-05-05 | config: T2427: always return copies of lists | Jernej Jakob |
2020-05-04 | ifconfig: section: T2241: add get_config_path function | Jernej Jakob |
2020-05-04 | ifconfig: T2241: fix section _basename vlan stripping | Jernej Jakob |
2020-05-04 | validate: T2241: add func that checks if an interface has a configured address | Jernej Jakob |
2020-05-04 | vlan: T2241: make address and bridge membership mutually exclusive | Jernej Jakob |
2020-05-04 | configdict: T2241: don't add default IPv6 EUI64 if member of a bridge | Jernej Jakob |
2020-05-04 | vlan: T2241: fix falling out of bridge when changing settings | Jernej Jakob |
2020-05-04 | interface: T2241: add function to add self to bridge | Jernej Jakob |
2020-05-04 | util: T2241: add get_bridge_member_config function | Jernej Jakob |
2020-05-04 | vlan: T2241: add checks for bridge membership | Jernej Jakob |
2020-05-04 | intf_from_dict: T2241: move getting mac code so it's sorted alphabetically | Jernej Jakob |
2020-05-04 | validate: T2241: rewrite is_bridge_member to generic is_member | Jernej Jakob |
2020-05-04 | configdict: T2241: get interface name in intf/vlan_from_dict | Jernej Jakob |
2020-05-04 | util: T2241: add func that gets interface name from current config level | Jernej Jakob |
2020-05-04 | vlan: T2241: cleanup vlan_to_dict function | Jernej Jakob |
2020-05-03 | interface: T2367: optimize flow and detriplicate add/del_addr functions | Jernej Jakob |
2020-05-02 | interface: T2367: use self.ifname instead of self.config | Thomas Mangin |
2020-05-02 | interface: T2367: de-imbricate the ifs | Thomas Mangin |