Skip to content
Snippets Groups Projects
Commit 478ee4a1 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

network config: ignore nonexistant interfaces

SVN-Revision: 6819
parent 64a525ed
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ prepare_interface() {
# Setup VLAN interfaces
add_vlan "$iface"
ifconfig "$iface" 2>/dev/null >/dev/null || return 0
# Setup bridging
config_get iftype "$config" type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment