summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig
AgeCommit message (Expand)Author
2021-09-19vyos.ifconfig: T2738: add delta check when changing interface parametersChristian Poessinger
2021-09-10ethernet: T3802: not all NICs support reading speed/duplex settings in all st...Christian Poessinger
2021-09-10ethernet: T3802: use only one implementation for get_driver_name()Christian Poessinger
2021-09-10ethernet: T3802: check if driver supports changing flow-control settingsChristian Poessinger
2021-08-31vyos.ethtool: T3163: purify code to read and change flow-control settingsChristian Poessinger
2021-08-31ethernet: T3163: only change ring-buffer settings if requiredChristian Poessinger
2021-08-31vyos.ethtool: T3163: purify code to read current speed and duplex settingsChristian Poessinger
2021-08-31vyos.ethtool: T3163: use long option names when calling the ethtool binrayChristian Poessinger
2021-08-31interface: T3782: Fix unexpected delete qdisc ruleViacheslav
2021-08-30ethernet: T3787: remove deprecated UDP fragmentation offloading optionChristian Poessinger
2021-08-30vyos.ifconfig: T3619: only inform user about real offload change for invalid ...Christian Poessinger
2021-08-29interfaces: T3777: Does not delete empty eui64 addressViacheslav
2021-08-28vyos.ifconfig: T3619: only set offloading options if supported by NICChristian Poessinger
2021-08-24vyos.ifconfig: T3772: bugfix missing VRRP interfacesChristian Poessinger
2021-08-22bridge: T3137: backport vlan features from 1.4 currentChristian Poessinger
2021-08-22vyos.ifconfig: provide generic get_mac_synthetic() methodChristian Poessinger
2021-08-22vyos.ifconfig: bridge: remove missleading comment in update()Christian Poessinger
2021-07-31l2tpv3: T1594: Fix timeout before set l2tpv3 interfaceViacheslav
2021-07-27Revert "ifconfig: drop unused classes for pppoe and vti"Christian Poessinger
2021-07-25ifconfig: backport ifconfig framework from 1.4 to support new tunnel optionsChristian Poessinger
2021-07-25ifconfig: drop unused classes for pppoe and vtiChristian Poessinger
2021-07-21VXLAN: T3683: Fix for ipv6 source-interface optionViacheslav
2021-07-20ifconfig: tunnel: T3691: add missing GRETAP key supportChristian Poessinger
2021-07-13T3663: fixed in the inotify-based vrrp script.Daniil Baturin
2021-07-13T3663: use inotify-based watching in "show vrrp".Daniil Baturin
2021-07-02conntrack-sync: T3535: Rewrite conf and op modes to XML python styleViacheslav
2021-06-19ethernet: T3633: Add LRO offloadViacheslav
2021-06-13wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface treeChristian Poessinger
2021-05-15vyos.ifconfig: T3532: re-create Q-in-Q interface on protocol changeChristian Poessinger
2021-05-13bonding: T3543: add support to configure lacp-rate (slow or fast)Christian Poessinger
2021-04-25tunnel: T3468: add interfaces to completion helper for bridgeChristian Poessinger
2021-04-05vrf: vlan: T3438: do not automatically delete upper interfaceChristian Poessinger
2021-03-19dhcp: T3300: add DHCP default route distanceBrandon Stepler
2021-03-14xdp: T2666: remove entire XDP code for 1.3 LTS imageChristian Poessinger
2021-03-07vxlan: T3319: use default ttl of 16Christian Poessinger
2021-02-28vif: T3349: use fixed ordering when enabling parent and child interfaceChristian Poessinger
2021-02-22vyos.ifconfig: extend debug option to print input dictChristian Poessinger
2021-01-28dhcpv6: T3262: don't run DHCPv6 client when only dhcpv6-options is configuredBrandon Stepler
2021-01-13ifconfig: T2653: return empty string when there is no interface descriptionChristian Poessinger
2021-01-12ifconfig: T2653: use iproute2 commands for alias, mac and mtu set()/get()Christian Poessinger
2021-01-12tunnel: T3205: bugfix gre-bridge interfacesChristian Poessinger
2021-01-06ifconfig.interface: use Python3 f-ormat stringChristian Poessinger
2021-01-04mirror: T3089: bugfix is_mirror_intf code pathChristian Poessinger
2021-01-03mirror: T3089: remove redundant code pathsChristian Poessinger
2021-01-02ethernet: T3171: always use full CPU enable bitmask over computational maskChristian Poessinger
2021-01-02ifconfig: ethernet: fixup line breaksChristian Poessinger
2021-01-01ethernet: T3171: add CLI option to enable RPS (Receive Packet Steering)Christian Poessinger
2020-12-26mirror: T3150: When configuring QOS, the setting procedure of port mirroring ...jack9603301
2020-12-23xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp"Christian Poessinger
2020-12-20ethernet: T3140: remove debug codeChristian Poessinger