summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-02-20 22:10:37 +0100
committerChristian Poessinger <christian@poessinger.com>2022-02-21 18:32:20 +0100
commitf04b399e6cf3d4b982c0b3c6ab51bc9df2dcdfe6 (patch)
treedba0f2ab0d8a6775ea7acc9edb934b1f7e589a44 /src
parentcc1ae7e87732095e17f66b3d5abaa89ed51e956a (diff)
downloadvyos-1x-f04b399e6cf3d4b982c0b3c6ab51bc9df2dcdfe6.tar.gz
vyos-1x-f04b399e6cf3d4b982c0b3c6ab51bc9df2dcdfe6.zip
bridge: remove unreferenced import -> leaf_node_changed
(cherry picked from commit 25b2f2a8057260ad0d2c59823618d7c9f0fba707)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/interfaces-bridge.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-bridge.py b/src/conf_mode/interfaces-bridge.py
index 4d3ebc587..f4dba9d4a 100755
--- a/src/conf_mode/interfaces-bridge.py
+++ b/src/conf_mode/interfaces-bridge.py
@@ -22,7 +22,6 @@ from netifaces import interfaces
from vyos.config import Config
from vyos.configdict import get_interface_dict
from vyos.configdict import node_changed
-from vyos.configdict import leaf_node_changed
from vyos.configdict import is_member
from vyos.configdict import is_source_interface
from vyos.configdict import has_vlan_subinterface_configured