X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=6501d1576bff26eefffe34f89212d283eef5ebe0;hp=6077b95140647fef67c11da6b1379b5f976f7273;hb=91810ecc13239f3b18c8299de265b4f3531c0017;hpb=f1076561f4cd4e391ca654d76498b0429413c61e diff --git a/system.h b/system.h index 6077b95..6501d15 100644 --- a/system.h +++ b/system.h @@ -35,11 +35,21 @@ enum tunnel_param { TUNNEL_ATTR_LINK, TUNNEL_ATTR_FMRS, TUNNEL_ATTR_INFO, + TUNNEL_ATTR_DATA, __TUNNEL_ATTR_MAX }; extern const struct uci_blob_param_list tunnel_attr_list; +enum vxlan_data { + VXLAN_DATA_ATTR_ID, + VXLAN_DATA_ATTR_PORT, + VXLAN_DATA_ATTR_MACADDR, + __VXLAN_DATA_ATTR_MAX +}; + +extern const struct uci_blob_param_list vxlan_data_attr_list; + enum bridge_opt { /* stp and forward delay always set */ BRIDGE_OPT_AGEING_TIME = (1 << 0),