update indent

This commit is contained in:
Nico Schottelius 2019-12-24 10:26:06 +01:00
parent 47cb942096
commit 4b084213c9
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ table ip6 filter {
ct state established,related accept
ip6 daddr 2a0a:e5c1:137:b00::/64 jump container
ip6 daddr 2a0a:e5c1:137:b00::/64 jump container
ip6 daddr 2a0a:e5c1:137:cafe::/64 jump container
}
@ -121,7 +121,7 @@ networks, I jump into a chain that allows specific configurations for
containers:
```
ip6 daddr 2a0a:e5c1:137:b00::/64 jump container
ip6 daddr 2a0a:e5c1:137:b00::/64 jump container
ip6 daddr 2a0a:e5c1:137:cafe::/64 jump container
```