]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip xfrm state: Allow different selector family
authorThomas Egerer <hakke_007@gmx.de>
Wed, 20 Mar 2013 09:18:43 +0000 (02:18 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 20 Mar 2013 15:11:54 +0000 (08:11 -0700)
commit0c5982fd7f209604cd8be5d41d2e8b0527a3f279
tree78549afc0a0b8f38ac7a63eb3d678fd10eb52661
parent23d5b0d5510242dc9622c3c63cfed01695dd94d0
ip xfrm state: Allow different selector family

My previous commit introduced a patch to allow for states with different
ip address families for selector and id. The must have somehow been a
mixup of the patch I tested and the one I send, so the patch sent breaks
the iproute2 build. This patch fixes this. My apologies.

Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
ip/xfrm_state.c