1IPSEC_SHOWPOLICY(8) System Manager's Manual IPSEC_SHOWPOLICY(8)
2
3
4
6 ipsec showpolicy - dump policy of socket found as stdin
7
9 ipsec showpolicy
10
12 showpolicy calls the ipsec_policy_lookup(3) function on the file
13 description which is its stdin.
14
15 It then dumps the resulting query in a human readable form.
16
17 This is a test program. One might run it from inetd, via:
18
19 discard stream tcp nowait nobody /usr/local/libexec/ipsec/showpolicy
20 showpolicy
21
23 /var/run/pluto/ipsecpolicy.ctl
24
26 ipsec(8), ipsec_policy_query(3), ipsec_pluto(8)
27
29 Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
30 Michael Richardson
31
33 7 May 2003 IPSEC_SHOWPOLICY(8)