Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
system_flush_routes();
}
-void
+static void
__interface_set_down(struct interface *iface, bool force)
{
enum interface_state state = iface->state;
void interface_set_available(struct interface *iface, bool new_state);
void interface_set_up(struct interface *iface);
int interface_set_down(struct interface *iface);
-void __interface_set_down(struct interface *iface, bool force);
int interface_renew(struct interface *iface);
void interface_set_main_dev(struct interface *iface, struct device *dev);