Age | Commit message (Expand) | Author |
2021-05-14 | vyos.ifconfig: T3535: add helper to get only IPv4 or IPv6 interface addresses | Christian Poessinger |
2021-03-30 | xdp: T3448: bail out early on platforms not supporting xdp (e.g. RaspberryPi) | Christian Poessinger |
2021-03-27 | vrf: vlan: T3438: do not automatically delete upper interface | Christian Poessinger |
2021-03-19 | bridge: T3415: add port isolation / private-vlan option | Christian Poessinger |
2021-03-04 | Merge pull request #729 from bstepler/T3300 | Christian Poessinger |
2021-02-28 | vif: T3349: use fixed ordering when enabling parent and child interface | Christian Poessinger |
2021-02-28 | vyos.ifconfig: T1579: remove calls to vyos.ifconfig.Interface.get_config() | Christian Poessinger |
2021-02-22 | vyos.ifconfig: extend debug option to print input dict | Christian Poessinger |
2021-02-15 | dhcp: T3300: add DHCP default route distance | Brandon Stepler |
2021-02-11 | mirror: T3297: redirect stderr to /dev/null | JACK |
2021-01-27 | dhcpv6: T3262: don't run DHCPv6 client when only dhcpv6-options is configured | Brandon Stepler |
2021-01-16 | bridge: T3137: Support disable native VLAN | jack9603301 |
2021-01-15 | bridge: T3137: Delete blank lines | jack9603301 |
2021-01-15 | bridge: T3137: Better implementation of VLAN aware Bridge | jack9603301 |
2021-01-15 | bridge: T3137: Let VLAN aware bridge approach the behavior of professional eq... | jack9603301 |
2021-01-13 | ifconfig: T2653: return empty string when there is no interface description | Christian Poessinger |
2021-01-12 | ifconfig: T2653: use iproute2 commands for alias, mac and mtu set()/get() | Christian Poessinger |
2021-01-06 | ifconfig.interface: use Python3 f-ormat string | Christian Poessinger |
2021-01-04 | mirror: T3089: bugfix is_mirror_intf code path | Christian Poessinger |
2021-01-03 | mirror: T3089: remove redundant code paths | Christian Poessinger |
2020-12-26 | mirror: T3150: When configuring QOS, the setting procedure of port mirroring ... | jack9603301 |
2020-12-23 | xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp" | Christian Poessinger |
2020-12-20 | Revert "dhcpv6: T3134: add missing duid support" | Christian Poessinger |
2020-12-20 | dhcpv6: T3134: add missing duid support | Christian Poessinger |
2020-12-14 | interface: mirror: T3089: Improve logic to reduce unnecessary lines of code | jack9603301 |
2020-12-13 | interfaces: mirror: T3089: Fix the dependency problem between interfaces | jack9603301 |
2020-12-13 | interfaces: T3114: Modify the logic of the second addition to complete the se... | jack9603301 |
2020-12-13 | interfaces: T3114: Improve VLAN ID setting logic in `bridge` | jack9603301 |
2020-12-13 | interfaces: T3114: When the VLAN aware option is not detected, the setting of... | jack9603301 |
2020-12-13 | interfaces: T3114: Improve the processing of enabling logic for `vlan_filter`... | jack9603301 |
2020-12-13 | interfaces: T3114: Remove some redundant code | jack9603301 |
2020-12-13 | interfaces: T3114: Fix VLAN-aware bridge setting failure | jack9603301 |
2020-12-08 | Merge pull request #633 from jack9603301/T3089 | Christian Poessinger |
2020-12-08 | mirror: T3089: support two-way traffic mirroring | jack9603301 |
2020-12-07 | vyos.ifconfig: T1579: keep IPv6 link-local address on reconfiguration #2 | Christian Poessinger |
2020-12-06 | Revert "vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconf... | Christian Poessinger |
2020-12-06 | vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration | Christian Poessinger |
2020-12-04 | vyos.ifconfig: T1579: migrate "ip source-validation" option from vyatta-cfg-q... | Christian Poessinger |
2020-12-03 | interface: T3089: Migrate port mirroring to vyos-1x | jack9603301 |
2020-11-27 | vyos.template: T2720: always enable Jinja2 trim_blocks feature | Christian Poessinger |
2020-11-19 | ifconfig: T1405: ensure MAC address is configured first | Christian Poessinger |
2020-11-13 | vyos.template: provide general is_ip(v4|v6) helpers | Christian Poessinger |
2020-10-28 | vyos.util: T2995: rename vyos_dict_search() -> dict_search() | Christian Poessinger |
2020-10-18 | ifconfig: T2985: remove no longer available vyos.ifconfig.stp include | Christian Poessinger |
2020-10-17 | ifconfig: T2985: support on demand bridge creation | Christian Poessinger |
2020-10-17 | sysctl-forwarding: T752: Add disable forwarding for ipv4 | sever-sever |
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-20 | ifconfig: T2653: remove duplicates of get_config() | Christian Poessinger |