aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/vconfig.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c
index 48b45d9af..ac8b96d8c 100644
--- a/networking/vconfig.c
+++ b/networking/vconfig.c
@@ -116,8 +116,6 @@ static const char name_types[] ALIGN1 = {
116 '_', 'N', 'O', '_', 'P', 'A', 'D', 0, 116 '_', 'N', 'O', '_', 'P', 'A', 'D', 0,
117}; 117};
118 118
119static const char conf_file_name[] ALIGN1 = "/proc/net/vlan/config";
120
121int vconfig_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 119int vconfig_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
122int vconfig_main(int argc, char **argv) 120int vconfig_main(int argc, char **argv)
123{ 121{
@@ -129,10 +127,6 @@ int vconfig_main(int argc, char **argv)
129 bb_show_usage(); 127 bb_show_usage();
130 } 128 }
131 129
132 /* Don't bother closing the filedes. It will be closed on cleanup. */
133 /* Will die if 802.1q is not present */
134 xopen(conf_file_name, O_RDONLY);
135
136 memset(&ifr, 0, sizeof(ifr)); 130 memset(&ifr, 0, sizeof(ifr));
137 131
138 ++argv; 132 ++argv;