]> git.proxmox.com Git - mirror_ifupdown2.git/commit
addons: bridge: bridge-access + bridge-vids on the same intf give a warning
authorJulien Fortin <julien@cumulusnetworks.com>
Mon, 31 Oct 2016 00:24:31 +0000 (01:24 +0100)
committerJulien Fortin <julien@cumulusnetworks.com>
Wed, 23 Nov 2016 03:54:38 +0000 (04:54 +0100)
commit970ece959f28190a14d5a711a5afd7bf6ea0e57e
treeeb4073be159663ba589335bec281940f98272465
parent286a6b995b52bc8126310af27ff6604e8b186316
addons: bridge: bridge-access + bridge-vids on the same intf give a warning

Ticket: CM-12234
Reviewed By: Roopa, Nikhil G, Daniel
Testing Done:

auto tap0
iface tap0
      bridge-access 20
      bridge-vids 20

$ ifreload -a -s
warning: tap0: `bridge-access` and `bridge-vids` are not allowed on the same interface
$ echo $?
1
$

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
addons/bridge.py