summaryrefslogtreecommitdiff
path: root/regress/sbin/ipsecctl/sa25.in
blob: 6d4c25eab77f1bc0d7eb754377412f0151e36a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# group the sa bundle if from and to are identical
esp transport from 1.1.1.1 to 2.2.2.2 spi 0x1a000000:0x1b000000 \
	authkey file "DIR/ak256:DIR/ak256" \
	enckey file "DIR/ek128:DIR/ek128" \
	bundle foo
ah transport from 1.1.1.1 to 2.2.2.2 spi 0x2a000000:0x2b000000 \
	authkey file "DIR/ak256:DIR/ak256" \
	bundle foo
ah transport from 3.3.3.3 to 2.2.2.2 spi 0x3a000000:0x3b000000 \
	authkey file "DIR/ak256:DIR/ak256" \
	bundle foo
ah transport from 1.1.1.1 to 3.3.3.3 spi 0x4a000000:0x4b000000 \
	authkey file "DIR/ak256:DIR/ak256" \
	bundle foo