File: description.txt

package info (click to toggle)
libreswan 5.2-2.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 81,644 kB
  • sloc: ansic: 129,988; sh: 32,018; xml: 20,646; python: 10,303; makefile: 3,022; javascript: 1,506; sed: 574; yacc: 511; perl: 264; awk: 52
file content (18 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a test case for the "subnets=" declaration.

Pluto doesn't really understand multiple subnets, and IKE can't really
negotiate it.  However, the following does occur.

1) subnets= generates a set of policies. So, this is a processing time
   "macro", if you wish.

2) each policy is given an "alias", and if one --up's an alias, then all
   connections with that alias are brought up (or down).


It tests the two types of syntax allowed by using one type on east and
one type on west.

The IKE SA is shared, and ideally should be deleted when the last IPsec SA
is deleted. But it is not. This is not a big problem as it will go away
on its own later.