mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 10:22:34 +00:00
upgrade-dut: Allow to run this outside of /home/lanforge
This commit is contained in:
@@ -13,8 +13,8 @@ set -x
|
|||||||
# Stop lanforge
|
# Stop lanforge
|
||||||
/home/lanforge/serverctl.bash stop
|
/home/lanforge/serverctl.bash stop
|
||||||
|
|
||||||
# Remove other LANforge routing rules
|
# Remove other LANforge routing rules, vrf, etc
|
||||||
./clean_route_rules.pl
|
(cd /home/lanforge && ./clean_route_rules.pl)
|
||||||
|
|
||||||
# Remove default route from mgt port
|
# Remove default route from mgt port
|
||||||
ip route del 0.0.0.0/0 dev eth0
|
ip route del 0.0.0.0/0 dev eth0
|
||||||
|
|||||||
Reference in New Issue
Block a user