Skip to content
Snippets Groups Projects
Commit ee9df610 authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

rootfs: fix interfaces names while stopping vlans in the init script


It looks like this script was forgotten when changing names of interfaces
from wrX to wriX+1

Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent d80bed5f
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ start() {
stop() {
echo -n "Clean VLANs' configuration: "
/wr/bin/wrs_vlans --ep 0-17 --emode 3
/wr/bin/wrs_vlans --port 1-18 --pmode 3
/wr/bin/wrs_vlans --clear
echo "OK"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment