search for: ipcomp6

Displaying 2 results from an estimated 2 matches for "ipcomp6".

Did you mean: ipcomp
2015 Nov 09
2
CentOS6: missing kernel module?
...with 16 GB of RAM, nothing remarkable. Any ideas? [root at backup2 ~]# tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0 TIPC module not installed [root at backup2 ~]# modprobe -l | grep -i ipc kernel/sound/pci/snd-cmipci.ko kernel/net/ipv4/ipcomp.ko kernel/net/xfrm/xfrm_ipcomp.ko kernel/net/ipv6/ipcomp6.ko [root at backup2 ~]# uname -a Linux backup2.schoolpathways.com 2.6.32-573.7.1.el6.x86_64 #1 SMP Tue Sep 22 22:00:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [root at backup2 ~]# yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: mirror.csclub.uwater...
2008 Sep 12
4
Custom build kernel patch fails big time.
...de(&xfrm6_tunnel_mode, AF_INET6); } @@ -111,6 +327,9 @@ { int err; + /* jk: move this to beet module! */ + err = xfrm_unregister_mode(&xfrm6_beet_mode, AF_INET6); + err = xfrm_unregister_mode(&xfrm6_tunnel_mode, AF_INET6); BUG_ON(err); } diff -urN a/net/ipv6/ipcomp6.c b/net/ipv6/ipcomp6.c --- a/net/ipv6/ipcomp6.c 2007-05-25 12:21:11.000000000 +0300 +++ b/net/ipv6/ipcomp6.c 2007-05-25 12:21:11.000000000 +0300 @@ -416,8 +416,10 @@ goto out; x->props.header_len = 0; - if (x->props.mode) + if (x->props.mode == XFRM_MODE_TUNNEL)...