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

use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset

SVN-Revision: 7953
parent 1b4380b8
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ case "$ACTION" in ...@@ -35,7 +35,7 @@ case "$ACTION" in
ifup) ifup)
include /lib/network include /lib/network
scan_interfaces scan_interfaces
config_load /var/state/network . /var/state/network
config_foreach "add_route" route config_foreach "add_route" route
;; ;;
esac esac
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