mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +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
|
||||
/home/lanforge/serverctl.bash stop
|
||||
|
||||
# Remove other LANforge routing rules
|
||||
./clean_route_rules.pl
|
||||
# Remove other LANforge routing rules, vrf, etc
|
||||
(cd /home/lanforge && ./clean_route_rules.pl)
|
||||
|
||||
# Remove default route from mgt port
|
||||
ip route del 0.0.0.0/0 dev eth0
|
||||
|
||||
Reference in New Issue
Block a user