Age | Commit message (Expand) | Author |
2021-11-23 | netns: T3829: Add netns set section in interface.py | Viacheslav |
2021-11-19 | ethernet: T4011: deleting interface should place interface in admin down state | Christian Poessinger |
2021-11-19 | wwan: T3620: fix commend in remove() | Christian Poessinger |
2021-11-18 | wwan: T3620: place interface in A/D state when removed | Christian Poessinger |
2021-11-18 | wwan: T3795: make connect and disconnect op-mode commands aware to WWAN inter... | Christian Poessinger |
2021-11-11 | Merge pull request #1066 from sarthurdev/pki_install | Christian Poessinger |
2021-11-09 | pki: T3970: Allow op-mode PKI commands in a config session to install directly | sarthurdev |
2021-11-07 | protocols: static: T3680: fix indention and if branch logic | Christian Poessinger |
2021-11-07 | dhcp: T3680: fix lease filename for Vlan interfaces | Christian Poessinger |
2021-11-07 | protocols: static: T3680: do not delete DHCP received routes | Christian Poessinger |
2021-11-05 | vyos.configdict: T3972: bugfix QinQ vif-c removal triggered KeyError | Christian Poessinger |
2021-11-03 | sstp: T2566: use XML defaultValue over Jinja2 hardcoded value | Christian Poessinger |
2021-11-01 | interfaces: T2281: Ability to set static and DHCP addr on same interface | Viacheslav |
2021-10-25 | Merge pull request #1040 from dmbaturin/T3937 | Christian Poessinger |
2021-10-24 | vyos.ethtool: T3935: relax __init__() when driver name is not detected | Christian Poessinger |
2021-10-24 | T3937: rewrite the "show system memory" script in Python | Daniil Baturin |
2021-10-21 | tunnel: T3925: dhcp-interface was of no use - use source-interface instead | Christian Poessinger |
2021-10-11 | vyos.configdict: T2653: do not merge in defaults when interface is deleted | Christian Poessinger |
2021-10-09 | tunnel: T3894: fix design when building synthetic MAC addresses | Christian Poessinger |
2021-10-02 | vyos.ifconfig: T3883: bugfix VRF deletion | Christian Poessinger |
2021-09-30 | vyos.ethtool: T3874: do not throw exception if adapter has issues with autoneg | Christian Poessinger |
2021-09-27 | interface-names: T3869: add /run/udev/vyos to defaults | John Estabrook |
2021-09-26 | vyos.ifconfig: T3860: bugfix in get_mac_synthetic() | Christian Poessinger |
2021-09-25 | vyos.ifconfig: dhcpv6: re-use systemd_service definition variable | Christian Poessinger |
2021-09-25 | vyos.ifconfig: dhcp: T3300: always re-start dhcp client instead of start | Christian Poessinger |
2021-09-21 | vrrp: keepalived: T3847: migrate to get_config_dict() | Christian Poessinger |
2021-09-21 | vrrp: keepalived: T616: move configuration to volatile /run directory | Christian Poessinger |
2021-09-20 | ifconfig: T2104: cleanup IPv6 EUI-64 handling in update() | Christian Poessinger |
2021-09-20 | vyos.ifconfig: get_mac_synthetic() must generate a stable "MAC" | Christian Poessinger |
2021-09-20 | vyos.ifconfig: T2738: can only read from a file when it exists | Christian Poessinger |
2021-09-19 | vyos.ifconfig: T2738: do not remove OS assigned IP addresses from interface | Christian Poessinger |
2021-09-19 | vyos.configdict: bugfix: leaf_node_changed() must return empty dict when node... | Christian Poessinger |
2021-09-19 | vyos.ifconfig: T2738: add delta check when changing interface parameters | Christian Poessinger |
2021-09-18 | ipsec: vti: T3831: avoid usinf xfrm if_id 0 - implement shift by one | Christian Poessinger |
2021-09-13 | ipsec: T3828: Use IKE dh-group when ESP dh-group is set to `enable` | sarthurdev |
2021-09-11 | Fix inconsistent capitalization in the show version output | Daniil Baturin |
2021-09-10 | ethtool: T3802: extend check_speed_duplex() implementation to support 'auto' | Christian Poessinger |
2021-09-10 | ethernet: T3802: not all NICs support reading speed/duplex settings in all st... | Christian Poessinger |
2021-09-10 | ethernet: T3802: use only one implementation for get_driver_name() | Christian Poessinger |
2021-09-10 | ethernet: T3802: check if driver supports changing flow-control settings | Christian Poessinger |
2021-09-09 | vyos.configdict: T3814: use no_tag_node_value_mangle in get_interface_dict() | Christian Poessinger |
2021-09-08 | openvpn: T3805: use vyos.util.write_file() to store certificates | Christian Poessinger |
2021-09-06 | pki: eapol: T3642: only add "pki" key to interface dict if pki is configured | Christian Poessinger |
2021-09-06 | ifconfig: T3806: "ipv6 address no_default_link_local" required for MTU < 1280 | Christian Poessinger |
2021-09-06 | vyos.util: add function to search a key recursively in a dictionary | Christian Poessinger |
2021-09-06 | vyos.util: T2755: rename dict_search() function args to match other implement... | Christian Poessinger |
2021-08-31 | vyos.ethtool: T3163: ring-buffer values should be stored as string | Christian Poessinger |
2021-08-31 | vyos.ethtool: T3163: purify code to read and change flow-control settings | Christian Poessinger |
2021-08-31 | ethernet: T3163: only change ring-buffer settings if required | Christian Poessinger |
2021-08-31 | vyos.ethtool: T3163: purify code to read current speed and duplex settings | Christian Poessinger |