Parcourir la source

Add bridge teardown instructions.

Dario Nieuwenhuis il y a 2 ans
Parent
commit
833ab44b26
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -276,6 +276,14 @@ sudo ip link set br0 up
 sudo dhcpcd br0
 ```
 
+To tear down:
+
+```
+sudo killall dhcpcd
+sudo ip link set br0 down
+sudo brctl delbr br0
+```
+
 ### Fault injection
 
 In order to demonstrate the response of _smoltcp_ to adverse network conditions, all examples