diff options
author | John Crispin <john@phrozen.org> | 2020-07-12 18:50:18 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2020-07-18 17:41:57 +0200 |
commit | ccd9ddc10219ae90784411c7774a0d56dbced59b (patch) | |
tree | d95f8f41e6107c8e48f252afeea67b5696fee5e2 /system.h | |
parent | cb0c07b48fdd137b035fee065e1db1aa7e6c0b1a (diff) |
bridge: add support for turning on vlan_filtering
If we want a bridge to be vlan aware we need to be able to turn on
filtering.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ struct bridge_config { int hello_time; int max_age; int hash_max; + + bool vlan_filtering; }; enum macvlan_opt { |