how to update SA using ip xfrm update,its not working!!
Hi,
I have declare a SA info like below
ip xfrm state add src 192.168.211.138 dst 192.168.211.203 proto esp spi 0x0000001 mode tunnel reqid 1678 auth "hmac(sha256)" 0x96358c90783bbfa3d7b196ceabe0536b96358c90783bbfa3d7b196ceabe0536b enc "cbc(aes)" 0x96358c90783bbfa3d7b196ceabe0536b sel src 192.168.0.0/16 dst 192.168.0.0/16
No I want to update the keys of the SA..I have the following executed command
ip xfrm state update src 192.168.211.138 dst 192.168.211.203 proto esp spi 0x0000001 mode tunnel reqid 1678 auth "hmac(sha256)" 0x66358c90783bbfa3d7b196ceabe0536b96358c90783bbfa3d7b196ceabe0536b enc "cbc(aes)" 0x66358c90783bbfa3d7b196ceabe0536b sel src 192.168.0.0/16 dst 192.168.0.0/16
It does not giving any error but the SA does not changed..same as before if I execute "ip xfrm state show"..Any help??
|