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