aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r--networking/ifupdown.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index fedf05aaf..737113dd4 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -113,30 +113,30 @@
113//kbuild:lib-$(CONFIG_IFDOWN) += ifupdown.o 113//kbuild:lib-$(CONFIG_IFDOWN) += ifupdown.o
114 114
115//usage:#define ifup_trivial_usage 115//usage:#define ifup_trivial_usage
116//usage: "[-an"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] IFACE..." 116//usage: "[-n"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] -a | IFACE..."
117//usage:#define ifup_full_usage "\n\n" 117//usage:#define ifup_full_usage "\n\n"
118//usage: " -a Configure all interfaces" 118//usage: " -a Configure all interfaces"
119//usage: "\n -i FILE Use FILE instead of /etc/network/interfaces" 119//usage: "\n -i FILE Use FILE instead of /etc/network/interfaces"
120//usage: "\n -n Print out what would happen, but don't do it" 120//usage: "\n -n Dry run"
121//usage: IF_FEATURE_IFUPDOWN_MAPPING( 121//usage: IF_FEATURE_IFUPDOWN_MAPPING(
122//usage: "\n (note: doesn't disable mappings)" 122//usage: "\n (note: doesn't disable mappings)"
123//usage: "\n -m Don't run any mappings" 123//usage: "\n -m Don't run any mappings"
124//usage: ) 124//usage: )
125//usage: "\n -v Print out what would happen before doing it" 125//usage: "\n -v Print out what would happen before doing it"
126//usage: "\n -f Force configuration" 126//usage: "\n -f Force"
127//usage: 127//usage:
128//usage:#define ifdown_trivial_usage 128//usage:#define ifdown_trivial_usage
129//usage: "[-an"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] IFACE..." 129//usage: "[-n"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] -a | IFACE..."
130//usage:#define ifdown_full_usage "\n\n" 130//usage:#define ifdown_full_usage "\n\n"
131//usage: " -a Deconfigure all interfaces" 131//usage: " -a Deconfigure all interfaces"
132//usage: "\n -i FILE Use FILE for interface definitions" 132//usage: "\n -i FILE Use FILE instead of /etc/network/interfaces"
133//usage: "\n -n Print out what would happen, but don't do it" 133//usage: "\n -n Dry run"
134//usage: IF_FEATURE_IFUPDOWN_MAPPING( 134//usage: IF_FEATURE_IFUPDOWN_MAPPING(
135//usage: "\n (note: doesn't disable mappings)" 135//usage: "\n (note: doesn't disable mappings)"
136//usage: "\n -m Don't run any mappings" 136//usage: "\n -m Don't run any mappings"
137//usage: ) 137//usage: )
138//usage: "\n -v Print out what would happen before doing it" 138//usage: "\n -v Print out what would happen before doing it"
139//usage: "\n -f Force deconfiguration" 139//usage: "\n -f Force"
140 140
141#include <net/if.h> 141#include <net/if.h>
142#include "libbb.h" 142#include "libbb.h"