Age | Commit message (Expand) | Author |
2020-09-20 | ifconfig: T2653: remove duplicates of get_config() | Christian Poessinger |
2020-09-20 | vif-s: ifconfig: T2903: use explicit VLAN protocol over raw numbers | Christian Poessinger |
2020-09-19 | wifi: ifconfig: T2875: add_to_bridge() must be called after starting services | Christian Poessinger |
2020-09-19 | ifconfig: T2653: cleanup VLAN interface comments | Christian Poessinger |
2020-09-19 | ifconfig: T2653: convert VLAN interfaces do discrete class | Christian Poessinger |
2020-09-17 | ethernet: T2891: Add ethernet ring-buffer CLI commands | DmitriyEshenko |
2020-09-15 | bonding: T2515: preserve interface admin state when removing from bond | Christian Poessinger |
2020-09-13 | bonding: T2877: support configuration of minimum number of active links | Christian Poessinger |
2020-09-13 | ifconfig: T2863: only use IPv6 link-local address if interface has MAC address | Christian Poessinger |
2020-08-31 | T2636: remove workarounds for get_config_dict() | Christian Poessinger |
2020-08-23 | T2755: convert jmespath.search() to vyos_dict_search() for performance | Christian Poessinger |
2020-08-23 | wireless: T2057: ensure interface state is properly set | Christian Poessinger |
2020-08-23 | ifconfig: vxlan: geneve: T2823: properly set interface state | Christian Poessinger |
2020-08-23 | Revert "ifconfig: T2653: drop unused vyos.ifconfig.pppoe" | Christian Poessinger |
2020-08-23 | dhcpv6-pd: T2821: support dhcpv6-pd without "address dhcpv6" | Christian Poessinger |
2020-08-22 | ifconfig: T2653: drop unused vyos.ifconfig.pppoe | Christian Poessinger |
2020-08-20 | VRRP: T2761: Extend "show vrrp" op-mode command with router priority | erkin |
2020-08-18 | ifconfig: T2653: bugfix when removing DHCP address | Christian Poessinger |
2020-08-13 | ifconfig: dhcp: fix ModuleNotFoundError: No module named 'vyos.ifconfig.dhcp' | Christian Poessinger |
2020-08-12 | ifconfig: dhcp: T2767: client must not start when interface is disabled | Christian Poessinger |
2020-08-04 | dhcpv6-pd: T2741: support delegation on non existing interfaces | Christian Poessinger |
2020-08-03 | ifconfig: T2653: unify DHCPv4 configuration | Christian Poessinger |
2020-08-03 | ifconfig: T2740: pass config dict to DHCP class for IPv6 | Christian Poessinger |
2020-07-31 | ifconfig: T2653: bugfix on wrong flush_addr API | Christian Poessinger |
2020-07-30 | ifconfig: T2746: bugfix for non programmed link-local addresses | Christian Poessinger |
2020-07-30 | ifconfig: T2653: remove duplicated code for address flush | Christian Poessinger |
2020-07-26 | wireguard: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-26 | vxlan: ifconfig: T2653: move to get_interface_dict() | Christian Poessinger |
2020-07-25 | ifconfig: T2653: move get_ethertype() from configdict to interface | Christian Poessinger |
2020-07-25 | bonding: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-25 | ifconfig: T2653: move vlan configuration code to base class | Christian Poessinger |
2020-07-25 | ifconfig: T2653: implement update() in derived classes for admin up/down | Christian Poessinger |
2020-07-25 | ifconfig: T2653: move bridge member check to base class | Christian Poessinger |
2020-07-25 | bridge: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-25 | vlan: ifconfig: T2653: only enable interface when lower interface is up | Christian Poessinger |
2020-07-25 | ethernet: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-19 | interface: T2519: add broadcast address when adding IPv4 addresses | Jernej Jakob |
2020-07-18 | vyos.ifconfig: T2673: Fix admin state if the mac address is changed for an in... | srividya0208 |
2020-06-27 | ifconfig: T2653: move macsec interface to get_config_dict() | Christian Poessinger |
2020-06-26 | ifconfig: T2653: move loopback interface to get_config_dict() | Christian Poessinger |
2020-06-26 | ifconfig: T2653: move dummy interface to get_config_dict() | Christian Poessinger |
2020-06-25 | T2487: add an exception for the case when VRRP stats aren't available. | Daniil Baturin |
2020-06-24 | wireguard: T2632: add quotes when passing allowed-ips | Christian Poessinger |
2020-06-24 | ifconfig: vxlan: T2629: append() takes exactly one argument | Christian Poessinger |
2020-06-23 | Merge pull request #473 from thomas-mangin/T2630 | Christian Poessinger |
2020-06-23 | validation: T2630: bound to interface mtu if available | Thomas Mangin |
2020-06-23 | Merge pull request #468 from SIN3R6Y/current | Christian Poessinger |
2020-06-23 | wireguard: T2632: support PSK on multiple peers | Christian Poessinger |
2020-06-22 | vxlan: T2629: fix multiple configuration issues | SIN3R6Y |
2020-06-15 | ifconfig: T2599: fix regex for search, smaller numbers | Thomas Mangin |