diff options
Diffstat (limited to 'regress/sbin/ipsecctl/ipsec33.in')
-rw-r--r-- | regress/sbin/ipsecctl/ipsec33.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/ipsec33.in b/regress/sbin/ipsecctl/ipsec33.in new file mode 100644 index 00000000000..3a41dc084de --- /dev/null +++ b/regress/sbin/ipsecctl/ipsec33.in @@ -0,0 +1,6 @@ +flow ah out from 3ffe:4::/16 to 3ffe:3::/24 peer 3ffe::2 \ + srcid host1.one.net \ + dstid host2.two.net +flow ah in from 3ffe:3::/24 to 3ffe:4::/16 peer 3ffe::2 \ + srcid host1.one.net \ + dstid host2.two.net |