]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/netdev/vlan.h
networkd: vlan add GVRP support (#5761)
[thirdparty/systemd.git] / src / network / netdev / vlan.h
index fade899997d0d190d0cdae78549405b5930b737b..19a62b76c1137464bf6df946260c80fa106b8fe4 100644 (file)
@@ -27,6 +27,8 @@ struct VLan {
         NetDev meta;
 
         uint16_t id;
+
+        int gvrp;
 };
 
 DEFINE_NETDEV_CAST(VLAN, VLan);