Age | Commit message (Expand) | Author |
2020-10-03 | vyos.xml: T2956: add support for list of defaultValues | Christian Poessinger |
2020-10-01 | vlan: configdict: T2945: determine if vlan is part of bridge | Christian Poessinger |
2020-10-01 | configdict: T2372: use config.exists() when probing for interface removal | Christian Poessinger |
2020-09-26 | ifconfig: mtu: disallow MTU < 1280 bytes when IPv6 is enabled on the interface | Christian Poessinger |
2020-09-25 | ifconfig: T2912: add helper to verify interface min/max supported MTU | Christian Poessinger |
2020-09-25 | ifconfig: T2653: get_mtu() should return int() for easier comparison | Christian Poessinger |
2020-09-25 | ifconfig: T2912: add helper to retrieve interface min/max supported MTU | Christian Poessinger |
2020-09-24 | dhcpv6-pd: verify: T2923: interface is required where the prefix is assigned | Christian Poessinger |
2020-09-24 | wireless: T2241: add "wds" CLI option | Christian Poessinger |
2020-09-22 | ifconfig: T2653: bond: bridge: ensure member interface is not a source-interface | Christian Poessinger |
2020-09-22 | ifconfig: T2653: move is_member() from vyos.vylidate to vyos.configdict | Christian Poessinger |
2020-09-21 | bridge: ifconfig: T2653: only delete member interfaces which still exist | Christian Poessinger |
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-20 | vyos.configdict: T2665: cleanup get_interface_dict() default dict handling | 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-15 | vyos.configdict: T2515: leaf_node_changed() should return list or None | Christian Poessinger |
2020-09-13 | bonding: T2877: support configuration of minimum number of active links | Christian Poessinger |
2020-09-13 | vyos.util: add missing ConfigError import in check_kmod() | Christian Poessinger |
2020-09-13 | ifconfig: T2863: only use IPv6 link-local address if interface has MAC address | Christian Poessinger |
2020-09-01 | xml: T2849: vyos.xml.defaults should return a list on multi nodes | John Estabrook |
2020-08-31 | T2636: remove workarounds for get_config_dict() | Christian Poessinger |
2020-08-31 | configd: T2582: inject shim env variable into configsession | John Estabrook |
2020-08-30 | config: T2636: get_config_dict() returns a list on multi node by default | John Estabrook |
2020-08-25 | T2826: frr: frr python lib error in replace_section | Runar Borge |
2020-08-23 | T2755: convert jmespath.search() to vyos_dict_search() for performance | Christian Poessinger |
2020-08-23 | vyos.configverify: T2677: extend verify_dhcpv6() for non duplicate sla-ids | Christian Poessinger |
2020-08-23 | vyos.util: T2755: add vyos_dict_search() to traverse a dictionary | 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-22 | dhcpv6-pd: T2677: optimize CLI interface for PD configuration | Christian Poessinger |
2020-08-20 | VRRP: T2761: Extend "show vrrp" op-mode command with router priority | erkin |
2020-08-19 | certbot: T2815: change config dir to /config/auth/letsencrypt | John Estabrook |
2020-08-18 | ifconfig: T2653: bugfix when removing DHCP address | Christian Poessinger |
2020-08-16 | Merge pull request #510 from efficiosoft/vyos_template_rewrite | Christian Poessinger |
2020-08-15 | Merge branch 't2564-lcd' of github.com:c-po/vyos-1x into current | Christian Poessinger |
2020-08-15 | vyos.configverify: no need to call .keys() when searching dict | Christian Poessinger |
2020-08-15 | vyos.configdict: keep is_member import as local as possible | Christian Poessinger |
2020-08-15 | lcd: T2564: flatten CLI interface | 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-08 | http api: T1431: update args of call to install-image | John Estabrook |
2020-08-04 | dhcpv6-pd: T2741: support delegation on non existing interfaces | Christian Poessinger |