diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-20 16:19:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-21 15:26:35 +0200 |
commit | e1debb1b57a445fa2357f7dbb5b3f04383f8b1e3 (patch) | |
tree | 96f278892a820949a96701a57ea5df1969b409b6 | |
parent | fd5990a019152dd6080fd134dba15928eb6535d1 (diff) | |
download | vyos-1x-e1debb1b57a445fa2357f7dbb5b3f04383f8b1e3.tar.gz vyos-1x-e1debb1b57a445fa2357f7dbb5b3f04383f8b1e3.zip |
vyos.ifconfig: bridge: remove missleading comment in update()
-rw-r--r-- | python/vyos/ifconfig/bridge.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/vyos/ifconfig/bridge.py b/python/vyos/ifconfig/bridge.py index 14f64a8de..27073b266 100644 --- a/python/vyos/ifconfig/bridge.py +++ b/python/vyos/ifconfig/bridge.py @@ -366,5 +366,4 @@ class BridgeIf(Interface): cmd = f'bridge vlan add dev {interface} vid {native_vlan_id} pvid untagged master' self._cmd(cmd) - # call base class first super().update(config) |