summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-07-05 19:10:40 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2022-07-05 19:16:55 +0200
commitd9ba5d4a6f38111b9656c91589bdc274214ac93b (patch)
tree3c81cd13ed8167783a69d4e27b4b97fced34777f /smoketest
parent373aacd2375f35400a351345b2fa849efdae0543 (diff)
downloadvyos-1x-d9ba5d4a6f38111b9656c91589bdc274214ac93b.tar.gz
vyos-1x-d9ba5d4a6f38111b9656c91589bdc274214ac93b.zip
firewall: T2199: Fix migration when `icmpv6 type` is an integer
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/configs/dialup-router-complex21
1 files changed, 21 insertions, 0 deletions
diff --git a/smoketest/configs/dialup-router-complex b/smoketest/configs/dialup-router-complex
index ac5ff5e99..909e6d17b 100644
--- a/smoketest/configs/dialup-router-complex
+++ b/smoketest/configs/dialup-router-complex
@@ -66,6 +66,27 @@ firewall {
action accept
protocol icmpv6
}
+ rule 15 {
+ action accept
+ icmpv6 {
+ type 1
+ }
+ protocol icmpv6
+ }
+ rule 16 {
+ action accept
+ icmpv6 {
+ type 1/1
+ }
+ protocol icmpv6
+ }
+ rule 17 {
+ action accept
+ icmpv6 {
+ type destination-unreachable
+ }
+ protocol icmpv6
+ }
}
ipv6-name ALLOW-ESTABLISHED-6 {
default-action drop