diff options
Diffstat (limited to 'filter/test.conf')
-rw-r--r-- | filter/test.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/test.conf b/filter/test.conf index dc47eb7d..b9f1b3aa 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -1381,3 +1381,9 @@ protocol static vpn4 { table v4; import filter vpn_filter; }; route 0:1:2 10.1.10.0/24 unreachable; } + +protocol static +{ + ipv6 { import where false; }; + route fd01::/48 unreachable; +} |