Commit ee9df610 authored by Adam Wujek's avatar Adam Wujek 💬

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: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent d80bed5f
......@@ -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"
......
Markdown is supported
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