summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 1eb70c4..c3b0659 100644
--- a/README
+++ b/README
@@ -11,7 +11,10 @@ TODO FROM HERE:
local network:
-ip link add name br0 type bridge
+# hangs!? why!?
+#ip link add name br0 type bridge
+#ip addr add dev br0 192.168.130.1/24
+brctl addbr br0
ip link set br0 up
ip addr add dev br0 192.168.130.1/24