<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi there<br>
<br>
Could anyone please tell me, what the function of can_proc_shunts in
the kernel.c doing?<br>
I only know that it will scan the /proc/net/ipsec_eroute.<br>
<br>
But something wrong in my /proc/net/ipsec_eroute<b>(the format seems
not correct)</b><br>
So i wanna confirm, if the /proc/net/ipsec_eroute format is wrong, will
it cause any problem in the function of can_proc_shunts in the kernel.c?<br>
Or no problem and IPSec tunnel will work fine?<br>
<br>
Sorry about my poor english :)<br>
<br>
Thanks for your help<br>
<br>
<br>
<b>the content of /proc/net/ipsec_eroute</b><br>
198        0.0.0.0/0:0        -&gt; 192.168.1.28/32:0  =&gt; :0<br>
<br>
<b>the content of /proc/net/ipsec_spi</b><br>
? IPIP: dir=out src=192.168.1.254 life(c,s,h)=addtime(96,0,0)<br>
? ESP_DES_HMAC_MD5: dir=in  src=192.168.1.28 iv_bits=64bits
iv=0xecc787bdf21d7051 ooowin=64 seq=242 bit=0xfffffffff481f87f
max_seq_diff=6 alen=128 aklen=128 eklen=64
life(c,s,h)=bytes(50948,0,0)addtime(96,0,0)usetime(96,0,0)packets(229,0,0)
idle=5<br>
<br>
</body>
</html>