[Openswan Users] Regarding flow of code!!!

Paul Wouters paul at xelerance.com
Sat Jan 28 19:51:30 CET 2006


On Sat, 28 Jan 2006, gana pathy wrote:

>   first "ipsec_setup: Starting Openswan IPsec 2.4.4..."message is coming.
>   i searched for that in code . i saw it in __realsetup.in"file.After that
>
>   "lac kernel: klips_debug:pfkey_x_debug_parse: enter" message is coming....
>   i dont know how it came from "_realsetup.in" file to parser code.

That's a message from the KLIPS kernel module. Probably after realsetup did
a command to load or set the debug level of the module.

[paul at tla paul]$ grep klipsdebug /usr/local/lib/ipsec/_realsetup
# IPSECklipsdebug       "none"
        test -r /proc/net/ipsec_klipsdebug && ipsec klipsdebug --none ;
                        --debug "\"$IPSECklipsdebug\"" \

>   Can u tell how _confread and other ".in" files are interlinked???
>   Can u tell how the flow is going at starting in brief????

The scripts load the kernel module(s), start pluto and load all the
connections in the configuration file into pluto. This is done
using the whack command, that talks to the pluto daemon.

Paul


More information about the Users mailing list