diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 02:35:29 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 02:35:29 +0200 |
commit | 3a9fe0cb9fa812bdecdf0a6f2d5e81877fe8cd1b (patch) | |
tree | 6fabea59608651bad03c8961f5b4cdc073b5a870 /interface.h | |
parent | d6bcf552c169c1d0fd317f9654b8c81c3d838362 (diff) |
prevent autostart of interfaces during config init
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.h b/interface.h index 6bd8761..92bae5a 100644 --- a/interface.h +++ b/interface.h @@ -69,4 +69,6 @@ void interface_add_error(struct interface *iface, const char *subsystem, int interface_attach_bridge(struct interface *iface, struct uci_section *s); +void start_pending_interfaces(void); + #endif |