update indent
This commit is contained in:
parent
47cb942096
commit
4b084213c9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue