Skip to content

Commit abd3268

Browse files
committed
README: Correct network up/down scripts content
1 parent dbc970f commit abd3268

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ iface br0 inet static
195195
```
196196
#!/bin/sh
197197
198-
brctl addif br0 $1
198+
brctl addif virbr0 $1
199199
ifconfig $1 up
200200
```
201201

@@ -205,7 +205,7 @@ ifconfig $1 up
205205
#!/bin/sh
206206
207207
ifconfig $1 down
208-
brctl delif br0 $1
208+
brctl delif virbr0 $1
209209
```
210210

211211
## macOS bridged networking

0 commit comments

Comments
 (0)