fix format

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-03 12:21:11 +01:00
parent ebaf8b74ce
commit d2ce3b2213
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ Alternatively, you can use the following configuration:
```
auto crxn
iface crxn inet6 static
address <ip>
netmask 128
address <ip>
netmask 128
pre-up ip link add crxn type dummy
post-down ip link del crxn
```