Age | Commit message (Expand) | Author |
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 |
2020-05-02 | Merge pull request #388 from jjakob/flush-addrs-T2367 | Christian Poessinger |
2020-05-02 | interface: T2367: add flush_addrs function | Jernej Jakob |
2020-05-02 | interface: T2367: fix add_addr and del_addr address tracking in cache | Jernej Jakob |
2020-05-02 | dictconfig: T2372: fix interfaces disable bug | Thomas Mangin |
2020-05-02 | Merge pull request #383 from thomas-mangin/T2372 | Christian Poessinger |
2020-05-02 | configdict: T2372: correct disable support in vlan_to_dict | Thomas Mangin |
2020-04-29 | dhclient: T2393: switch to old configuration path to keep existing op-mode to... | Christian Poessinger |
2020-04-28 | dhclient: T2393: remove intermediate _DHCP helper class | Christian Poessinger |
2020-04-28 | dhclient6: T2393: T2394: migrate from SysVinit to systemd | Christian Poessinger |
2020-04-28 | dhclient: T2393: migrate from SysVinit to systemd | Christian Poessinger |
2020-04-28 | vlan: T2372: de-indent add_vlan | Thomas Mangin |
2020-04-27 | template: T2388: fix typo | John Estabrook |
2020-04-27 | Merge pull request #381 from thomas-mangin/T2388 | Christian Poessinger |
2020-04-27 | Merge pull request #379 from thomas-mangin/T2226-improve | Christian Poessinger |
2020-04-27 | template: T2388: move mkdir/chmod/chown within render() | Thomas Mangin |
2020-04-26 | dhcp: T2379: fix dhcp stop | Thomas Mangin |
2020-04-26 | util: T2226: a way to report noteworthy event | Thomas Mangin |