Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Correct network up/down scripts content
Browse files Browse the repository at this point in the history
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
@@ -195,7 +195,7 @@ iface br0 inet static
```
#!/bin/sh
brctl addif br0 $1
brctl addif virbr0 $1
ifconfig $1 up
```

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

## macOS bridged networking

0 comments on commit abd3268

Please sign in to comment.