diff options
Diffstat (limited to 'tests/py/ip6/dup.t')
-rw-r--r-- | tests/py/ip6/dup.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/py/ip6/dup.t b/tests/py/ip6/dup.t new file mode 100644 index 00000000..34f302f2 --- /dev/null +++ b/tests/py/ip6/dup.t @@ -0,0 +1,6 @@ +*ip6;test-ip6 +:input;type filter hook input priority 0 + +dup to abcd::1;ok +dup to abcd::1 device eth0;ok +dup to ip6 saddr map { abcd::1 : cafe::cafe } device eth0;ok |