Skip to content

Commit

Permalink
README: Correct network up/down scripts content
Browse files Browse the repository at this point in the history
  • Loading branch information
64kramsystem committed Jan 20, 2021
1 parent dbc970f commit abd3268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ iface br0 inet static
```
#!/bin/sh
brctl addif br0 $1
brctl addif virbr0 $1
ifconfig $1 up
```

Expand All @@ -205,7 +205,7 @@ ifconfig $1 up
#!/bin/sh
ifconfig $1 down
brctl delif br0 $1
brctl delif virbr0 $1
```

## macOS bridged networking
Expand Down

0 comments on commit abd3268

Please sign in to comment.