]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-netdev-gperf.gperf
networkd: added support for vrf interfaces (#3316)
[thirdparty/systemd.git] / src / network / networkd-netdev-gperf.gperf
index bf93b0d9fa07fbc8758d624c54bff7381f9f55b6..9d69f61376f0e33986c84c365415f4fc3aaaa3f6 100644 (file)
@@ -11,6 +11,7 @@
 #include "networkd-netdev-veth.h"
 #include "networkd-netdev-vlan.h"
 #include "networkd-netdev-vxlan.h"
+#include "networkd-netdev-vrf.h"
 #include "networkd-netdev.h"
 #include "vlan-util.h"
 %}
@@ -105,3 +106,4 @@ Bridge.ForwardDelaySec,      config_parse_sec,                   0,
 Bridge.MulticastQuerier,     config_parse_tristate,              0,                             offsetof(Bridge, mcast_querier)
 Bridge.MulticastSnooping,    config_parse_tristate,              0,                             offsetof(Bridge, mcast_snooping)
 Bridge.VLANFiltering,        config_parse_tristate,              0,                             offsetof(Bridge, vlan_filtering)
+VRF.TableId,                 config_parse_uint32,                0,                             offsetof(Vrf, table_id)