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
2022-08-22
bridge: T4632: vlan aware bridge lacks CPU forwarding
Christian Poessinger
2022-07-31
bridge: T4579: cleanup interface dict (remove empty keys)
Christian Poessinger
2022-07-31
bridge: T4579: remove duplicate code path already handled by base class
Christian Poessinger
2022-02-17
wireless: T4240: bugfix interface bridging
Christian Poessinger
2021-08-22
bridge: T3137: backport vlan features from 1.4 current
Christian Poessinger
2021-08-22
vyos.ifconfig: bridge: remove missleading comment in update()
Christian Poessinger
2021-07-25
ifconfig: backport ifconfig framework from 1.4 to support new tunnel options
Christian Poessinger
2021-02-28
vif: T3349: use fixed ordering when enabling parent and child interface
Christian Poessinger
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