GENIRacksHome/OpenGENIRacks/RaspberryPIs: teardown_pt2

File teardown_pt2, 229 bytes (added by rrhain@bbn.com, 8 years ago)

Teardown for 2nd OVS script - Li Lin

Line 
1
2# Delete the bridges
3sudo ovs-vsctl del-br br1
4
5# Reset the IP addresses
6sudo ifconfig eth1 10.10.1.1 netmask 255.255.255.0
7sudo ifconfig eth2 10.10.1.2 netmask 255.255.255.0
8sudo ifconfig eth3 10.10.1.3 netmask 255.255.255.0
9
10