diff options
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/networking/ip.c b/networking/ip.c index de3a65bae..cca7cbe12 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -13,9 +13,9 @@ | |||
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: The "ip" applet is a TCP/IP interface configuration and routing | 16 | //config: The "ip" applet is a TCP/IP interface configuration and routing |
17 | //config: utility. You generally don't need "ip" to use busybox with | 17 | //config: utility. You generally don't need "ip" to use busybox with |
18 | //config: TCP/IP. | 18 | //config: TCP/IP. |
19 | //config: | 19 | //config: |
20 | //config:config IPADDR | 20 | //config:config IPADDR |
21 | //config: bool "ipaddr (14 kb)" | 21 | //config: bool "ipaddr (14 kb)" |
@@ -23,7 +23,7 @@ | |||
23 | //config: select FEATURE_IP_ADDRESS | 23 | //config: select FEATURE_IP_ADDRESS |
24 | //config: select PLATFORM_LINUX | 24 | //config: select PLATFORM_LINUX |
25 | //config: help | 25 | //config: help |
26 | //config: Support short form of ip addr: ipaddr | 26 | //config: Support short form of ip addr: ipaddr |
27 | //config: | 27 | //config: |
28 | //config:config IPLINK | 28 | //config:config IPLINK |
29 | //config: bool "iplink (16 kb)" | 29 | //config: bool "iplink (16 kb)" |
@@ -31,7 +31,7 @@ | |||
31 | //config: select FEATURE_IP_LINK | 31 | //config: select FEATURE_IP_LINK |
32 | //config: select PLATFORM_LINUX | 32 | //config: select PLATFORM_LINUX |
33 | //config: help | 33 | //config: help |
34 | //config: Support short form of ip link: iplink | 34 | //config: Support short form of ip link: iplink |
35 | //config: | 35 | //config: |
36 | //config:config IPROUTE | 36 | //config:config IPROUTE |
37 | //config: bool "iproute (15 kb)" | 37 | //config: bool "iproute (15 kb)" |
@@ -39,7 +39,7 @@ | |||
39 | //config: select FEATURE_IP_ROUTE | 39 | //config: select FEATURE_IP_ROUTE |
40 | //config: select PLATFORM_LINUX | 40 | //config: select PLATFORM_LINUX |
41 | //config: help | 41 | //config: help |
42 | //config: Support short form of ip route: iproute | 42 | //config: Support short form of ip route: iproute |
43 | //config: | 43 | //config: |
44 | //config:config IPTUNNEL | 44 | //config:config IPTUNNEL |
45 | //config: bool "iptunnel (9.6 kb)" | 45 | //config: bool "iptunnel (9.6 kb)" |
@@ -47,7 +47,7 @@ | |||
47 | //config: select FEATURE_IP_TUNNEL | 47 | //config: select FEATURE_IP_TUNNEL |
48 | //config: select PLATFORM_LINUX | 48 | //config: select PLATFORM_LINUX |
49 | //config: help | 49 | //config: help |
50 | //config: Support short form of ip tunnel: iptunnel | 50 | //config: Support short form of ip tunnel: iptunnel |
51 | //config: | 51 | //config: |
52 | //config:config IPRULE | 52 | //config:config IPRULE |
53 | //config: bool "iprule (10 kb)" | 53 | //config: bool "iprule (10 kb)" |
@@ -55,7 +55,7 @@ | |||
55 | //config: select FEATURE_IP_RULE | 55 | //config: select FEATURE_IP_RULE |
56 | //config: select PLATFORM_LINUX | 56 | //config: select PLATFORM_LINUX |
57 | //config: help | 57 | //config: help |
58 | //config: Support short form of ip rule: iprule | 58 | //config: Support short form of ip rule: iprule |
59 | //config: | 59 | //config: |
60 | //config:config IPNEIGH | 60 | //config:config IPNEIGH |
61 | //config: bool "ipneigh (8.3 kb)" | 61 | //config: bool "ipneigh (8.3 kb)" |
@@ -63,66 +63,66 @@ | |||
63 | //config: select FEATURE_IP_NEIGH | 63 | //config: select FEATURE_IP_NEIGH |
64 | //config: select PLATFORM_LINUX | 64 | //config: select PLATFORM_LINUX |
65 | //config: help | 65 | //config: help |
66 | //config: Support short form of ip neigh: ipneigh | 66 | //config: Support short form of ip neigh: ipneigh |
67 | //config: | 67 | //config: |
68 | //config:config FEATURE_IP_ADDRESS | 68 | //config:config FEATURE_IP_ADDRESS |
69 | //config: bool "ip address" | 69 | //config: bool "ip address" |
70 | //config: default y | 70 | //config: default y |
71 | //config: depends on IP || IPADDR | 71 | //config: depends on IP || IPADDR |
72 | //config: help | 72 | //config: help |
73 | //config: Address manipulation support for the "ip" applet. | 73 | //config: Address manipulation support for the "ip" applet. |
74 | //config: | 74 | //config: |
75 | //config:config FEATURE_IP_LINK | 75 | //config:config FEATURE_IP_LINK |
76 | //config: bool "ip link" | 76 | //config: bool "ip link" |
77 | //config: default y | 77 | //config: default y |
78 | //config: depends on IP || IPLINK | 78 | //config: depends on IP || IPLINK |
79 | //config: help | 79 | //config: help |
80 | //config: Configure network devices with "ip". | 80 | //config: Configure network devices with "ip". |
81 | //config: | 81 | //config: |
82 | //config:config FEATURE_IP_ROUTE | 82 | //config:config FEATURE_IP_ROUTE |
83 | //config: bool "ip route" | 83 | //config: bool "ip route" |
84 | //config: default y | 84 | //config: default y |
85 | //config: depends on IP || IPROUTE | 85 | //config: depends on IP || IPROUTE |
86 | //config: help | 86 | //config: help |
87 | //config: Add support for routing table management to "ip". | 87 | //config: Add support for routing table management to "ip". |
88 | //config: | 88 | //config: |
89 | //config:config FEATURE_IP_ROUTE_DIR | 89 | //config:config FEATURE_IP_ROUTE_DIR |
90 | //config: string "ip route configuration directory" | 90 | //config: string "ip route configuration directory" |
91 | //config: default "/etc/iproute2" | 91 | //config: default "/etc/iproute2" |
92 | //config: depends on FEATURE_IP_ROUTE | 92 | //config: depends on FEATURE_IP_ROUTE |
93 | //config: help | 93 | //config: help |
94 | //config: Location of the "ip" applet routing configuration. | 94 | //config: Location of the "ip" applet routing configuration. |
95 | //config: | 95 | //config: |
96 | //config:config FEATURE_IP_TUNNEL | 96 | //config:config FEATURE_IP_TUNNEL |
97 | //config: bool "ip tunnel" | 97 | //config: bool "ip tunnel" |
98 | //config: default y | 98 | //config: default y |
99 | //config: depends on IP || IPTUNNEL | 99 | //config: depends on IP || IPTUNNEL |
100 | //config: help | 100 | //config: help |
101 | //config: Add support for tunneling commands to "ip". | 101 | //config: Add support for tunneling commands to "ip". |
102 | //config: | 102 | //config: |
103 | //config:config FEATURE_IP_RULE | 103 | //config:config FEATURE_IP_RULE |
104 | //config: bool "ip rule" | 104 | //config: bool "ip rule" |
105 | //config: default y | 105 | //config: default y |
106 | //config: depends on IP || IPRULE | 106 | //config: depends on IP || IPRULE |
107 | //config: help | 107 | //config: help |
108 | //config: Add support for rule commands to "ip". | 108 | //config: Add support for rule commands to "ip". |
109 | //config: | 109 | //config: |
110 | //config:config FEATURE_IP_NEIGH | 110 | //config:config FEATURE_IP_NEIGH |
111 | //config: bool "ip neighbor" | 111 | //config: bool "ip neighbor" |
112 | //config: default y | 112 | //config: default y |
113 | //config: depends on IP || IPNEIGH | 113 | //config: depends on IP || IPNEIGH |
114 | //config: help | 114 | //config: help |
115 | //config: Add support for neighbor commands to "ip". | 115 | //config: Add support for neighbor commands to "ip". |
116 | //config: | 116 | //config: |
117 | //config:config FEATURE_IP_RARE_PROTOCOLS | 117 | //config:config FEATURE_IP_RARE_PROTOCOLS |
118 | //config: bool "Support displaying rarely used link types" | 118 | //config: bool "Support displaying rarely used link types" |
119 | //config: default n | 119 | //config: default n |
120 | //config: depends on IP || IPADDR || IPLINK || IPROUTE || IPTUNNEL || IPRULE || IPNEIGH | 120 | //config: depends on IP || IPADDR || IPLINK || IPROUTE || IPTUNNEL || IPRULE || IPNEIGH |
121 | //config: help | 121 | //config: help |
122 | //config: If you are not going to use links of type "frad", "econet", | 122 | //config: If you are not going to use links of type "frad", "econet", |
123 | //config: "bif" etc, you probably don't need to enable this. | 123 | //config: "bif" etc, you probably don't need to enable this. |
124 | //config: Ethernet, wireless, infrared, ppp/slip, ip tunnelling | 124 | //config: Ethernet, wireless, infrared, ppp/slip, ip tunnelling |
125 | //config: link types are supported without this option selected. | 125 | //config: link types are supported without this option selected. |
126 | 126 | ||
127 | //applet:IF_IP(APPLET(ip, BB_DIR_SBIN, BB_SUID_DROP)) | 127 | //applet:IF_IP(APPLET(ip, BB_DIR_SBIN, BB_SUID_DROP)) |
128 | //applet:IF_IPADDR(APPLET(ipaddr, BB_DIR_SBIN, BB_SUID_DROP)) | 128 | //applet:IF_IPADDR(APPLET(ipaddr, BB_DIR_SBIN, BB_SUID_DROP)) |