Fixing typo

This commit is contained in:
Benjamin Collet 2018-04-08 08:41:19 +02:00
parent 025fa3e3a7
commit d2832af169

View file

@ -17,7 +17,7 @@ On invocation of `ifup`:
under `/etc/netns/<namespace>/network` don't exist, they will be created under `/etc/netns/<namespace>/network` don't exist, they will be created
* if the `/etc/netns/<namespace>/network/interfaces` file doesn't exist a * if the `/etc/netns/<namespace>/network/interfaces` file doesn't exist a
blank one will be created blank one will be created
* if it does and the interface is configured the the script will invoke `ifup` * if it does and the interface is configured, the script will invoke `ifup`
for this interface inside the namespace. for this interface inside the namespace.
## `zsh` function to start a shell in a namespace ## `zsh` function to start a shell in a namespace