X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=1a3d0231cf5ff850b0797035966245e24dff16d3;hp=9995fa94094bf325f03048248bb9c760956d86ce;hb=d397e8ca5dd492a1fac2e186e2a8b91ac8e463df;hpb=b4f89847883de95126ef332aa8df886c64b16b3d;ds=sidebyside diff --git a/system.h b/system.h index 9995fa9..1a3d023 100644 --- a/system.h +++ b/system.h @@ -63,9 +63,16 @@ enum vti_data { __VTI_DATA_ATTR_MAX }; +enum sixrd_data { + SIXRD_DATA_PREFIX, + SIXRD_DATA_RELAY_PREFIX, + __SIXRD_DATA_ATTR_MAX +}; + extern const struct uci_blob_param_list vxlan_data_attr_list; extern const struct uci_blob_param_list gre_data_attr_list; extern const struct uci_blob_param_list vti_data_attr_list; +extern const struct uci_blob_param_list sixrd_data_attr_list; enum bridge_opt { /* stp and forward delay always set */ @@ -209,6 +216,6 @@ time_t system_get_rtime(void); void system_fd_set_cloexec(int fd); -int system_update_ipv6_mtu(struct device *device, int mtu); +int system_update_ipv6_mtu(struct device *dev, int mtu); #endif