Hello guys,<br><br>I need to intercept the keys "encr" "integ" during SA installation into the kernel.<br><br>By some reason, I'm not able to see some debug messages I have included during the CREATE_CHILD task. <br>

<br>Im establishing a tunnel, IKEv2 between two PCs. Once established I do "ipsec statusall" on terminal and I see that all is fine, IKE_SAs and CHILD_SAs are established. <br><br>I've seen inside "child_create.c" , and I realized that "select_and_install" function implements the concerning calls in order to add the corresponding SAs (calling METHOD(child_sa_t, install,...etc... ) inside child_sa.c)
 and add the policies.<br><br>I want to know: is this the only way Stronsgwan does install SA and Policies into the kernel?  Im asking this because I cannot see my debuging messages and all other functionalities I've added.<br>

<br>PS: I added DBG() messages into libcharon and not pluto . Just to let you know ;) <br><br>Thanks in advance for any help;<br><br>Daniel Palomares<br>