index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
ifconfig
/
bridge.py
Age
Commit message (
Expand
)
Author
2024-04-03
T6199: replace netifaces.interfaces() with common custom helpers
Christian Breunig
2024-03-21
bridge: T6125: support 802.1ad (ethertype 0x88a8) VLAN filtering
Christian Breunig
2023-08-06
T5195: move helpers from vyos.validate to vyos.utils package
Christian Breunig
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
2022-08-22
bridge: T4632: vlan aware bridge lacks CPU forwarding
Christian Poessinger
2022-07-30
bridge: T4579: cleanup interface dict (remove empty keys)
Christian Poessinger
2022-07-30
bridge: T4579: remove duplicate code path already handled by base class
Christian Poessinger
2022-06-29
bridge: add option to enable/disable IGMP/MLD snooping
Yuxiang Zhu
2022-02-16
wireless: T4240: bugfix interface bridging
Christian Poessinger
2021-08-21
vyos.ifconfig: bridge: remove missleading comment in update()
Christian Poessinger
2021-03-19
bridge: T3415: add port isolation / private-vlan option
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-01-17
bridge: T3137: Fix variable errors in VLAN sensor bridge configuration program
jack9603301
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
2020-12-20
wifi: T2875: support bridging of wireless AP interface
Christian Poessinger
2020-12-13
interfaces: T3114: Modify the logic of the second addition to complete the se...
jack9603301
2020-12-13
interfaces: T3114: Improve the processing of enabling logic for `vlan_filter`...
jack9603301
2020-12-13
interfaces: T3114: Fix VLAN-aware bridge setting failure
jack9603301
2020-11-23
bridge: T2875: handle OS exception when wifi interface does not support bridging
Christian Poessinger
2020-11-21
bridge: T3079: bugfix on VLAN 1 is deleted in VLAN-aware bridges
JACK
2020-11-19
bridge: T3067: Fix VLAN aware setting failure under WLAN (#613)
JACK
2020-11-14
bridge: T3042: Better fix implementation errors
jack9603301
2020-11-13
bridge: T3042: Fix VLAN filter invalid work
jack9603301
2020-11-10
bridge: T3042: Support VLAN filter and VLAN sub-interface on the bridge
jack9603301
2020-11-03
ifconfig: T2985: fix wireless-bridge creation
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-09-21
bridge: ifconfig: T2653: only delete member interfaces which still exist
Christian Poessinger
2020-08-23
T2755: convert jmespath.search() to vyos_dict_search() for performance
Christian Poessinger
2020-07-31
ifconfig: T2653: bugfix on wrong flush_addr API
Christian Poessinger
2020-07-30
ifconfig: T2653: remove duplicated code for address flush
Christian Poessinger
2020-07-25
ifconfig: T2653: implement update() in derived classes for admin up/down
Christian Poessinger
2020-07-25
bridge: ifconfig: T2653: move to get_config_dict()
Christian Poessinger
2020-04-08
import: T2242: remove all import *
Thomas Mangin
2020-03-24
ifconfig: T2057: add class Register
Thomas Mangin
2020-03-22
ifconfig: T2104: remove superfluous __init__ in derived classes
Christian Poessinger
2020-03-06
ifconfig: T2104: splt ifconfig.py into multiple files
Thomas Mangin