summaryrefslogtreecommitdiff
path: root/src/conf_mode/interfaces-bonding.py
AgeCommit message (Expand)Author
2022-12-17bonding: T4878: use more is_node_changed() over leaf_node_changed()Christian Poessinger
2022-12-15bonding: T4878: Fixed unnecessary bonding flapping during commitzsdc
2022-09-02bonding: T4668: fix live bonding member add or removeinitramfs
2022-09-02bonding: T4668: refactor configuration mode interface bonding scriptinitramfs
2022-07-15bond: bridge: T4534: error out if member interface is assigned to a VRF instanceChristian Poessinger
2022-07-10vyos.configdict(): T4228: is_member() must use the "real" hardware interfaceChristian Poessinger
2022-04-25vyos.configdict: T4391: enable get_interface_dict() ti be used with ConfigTre...Christian Poessinger
2022-04-07qos: T4284: support mirror and redirect on all interface typesChristian Poessinger
2022-03-21qos: T4284: initial XML interface definitions for rewriteChristian Poessinger
2022-03-21mirror: T3089: add verify_mirror() also for bond and bridge interfacesChristian Poessinger
2022-03-15bonding: T4301: Fixed arp-monitor optionzsdc
2021-05-13bonding: T3543: add support to configure lact-rate (slow or fast)Christian Poessinger
2020-10-28vyos.util: T2995: rename vyos_dict_search() -> dict_search()Christian Poessinger
2020-10-17ifconfig: T2985: support on demand bridge creationChristian Poessinger
2020-09-26ifconfig: mtu: disallow MTU < 1280 bytes when IPv6 is enabled on the interfaceChristian Poessinger
2020-09-22ifconfig: T2653: bond: bridge: ensure member interface is not a source-interfaceChristian Poessinger
2020-09-22ifconfig: T2653: move is_member() from vyos.vylidate to vyos.configdictChristian Poessinger
2020-09-15bonding: T2515: preserve interface admin state when removing from bondChristian Poessinger
2020-08-31configd: T2582: add scripts to include list for daemonJohn Estabrook
2020-07-25ifconfig: T2653: make ifname an optional argument to get_interface_dict()Christian Poessinger
2020-07-25bonding: ifconfig: T2653: move to get_config_dict()Christian Poessinger
2020-06-04Merge pull request #442 from L6NqLW/T2527Christian Poessinger
2020-05-29Merge pull request #439 from thomas-mangin/T2088-explicit-airbagChristian Poessinger
2020-05-29airbag: T2088: explicit enabling of the featureThomas Mangin
2020-05-28bonding: T2527: delete the last interface from bondGabriel Skupien
2020-05-26dhcpv6-pd: T2506: add option to request specific prefix lengthChristian Poessinger
2020-05-26dhcpv6-pd: pppoe: T2506: restructure CLIChristian Poessinger
2020-05-19dhcpv6-pd: T421: support ethernet based interfacesChristian Poessinger
2020-05-19configdict: T2372: interfaces must reuse interface_default_dataChristian Poessinger
2020-05-11bonding: T2449: set accept_ra on bonding interfacesJernej Jakob
2020-05-05bonding: T2427: move VLAN adding to common functionJernej Jakob
2020-05-04bonding: T2367: use simple 'ip addr flush' to flush member addressesJernej Jakob
2020-05-04bonding: T2241: fix falling out of bridge when changing settingsJernej Jakob
2020-05-04bonding: T2241: cleanup verify sectionJernej Jakob
2020-05-04bonding: T2241: make address and bridge membership mutually exclusiveJernej Jakob
2020-05-04bonding: T2241: disallow adding interfaces with addresses to bondJernej Jakob
2020-05-04bonding: T2241: make VRF and bridge membership mutually exclusiveJernej Jakob
2020-05-04validate: T2241: rewrite is_bridge_member to generic is_memberJernej Jakob
2020-05-04configdict: T2241: get interface name in intf/vlan_from_dictJernej Jakob
2020-05-02Merge pull request #388 from jjakob/flush-addrs-T2367Christian Poessinger
2020-05-02bonding: T2367: flush all addresses of member interfacesJernej Jakob
2020-05-02bonding: T2372: convert to use new configdict codeThomas Mangin
2020-04-23interfaces: T2362: add node to delete the default IPv6 link-local addressJernej Jakob
2020-04-23interfaces: T2362: allow setting multiple 'ipv6 address eui64'Jernej Jakob
2020-04-23interfaces: T2362: delete and re-add all EUI64 addresses if MAC has changedJernej Jakob
2020-04-23interfaces: T2362: add default IPv6 link-local address to make IPv6 workJernej Jakob
2020-04-23interfaces: T2362: split set_ipv6_eui64_address into add and del functionsJernej Jakob
2020-04-19bridge: T2232: move helper to vyos.validateChristian Poessinger
2020-04-11dhcp: T2265: refactor DHCP classThomas Mangin
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin