<br><br><div class="gmail_quote">2011/1/17 Vladimir Sokolovsky <span dir="ltr"><<a href="mailto:vlad@dev.mellanox.co.il">vlad@dev.mellanox.co.il</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
   Hi Vladimir,<br>
<br>
   You'll find in attachment the compilation log file.<br>
<br>
  I used the following command to generate the log file:<br>
<br>
cd rpmbuild/SPECS<br>
  rpmbuild -vv -bb ofa_kernel.spec --define 'configure_options<br>
--with-core-mod --with-user_mad-mod --with-user_access-mod<br>
--with-addr_trans-mod --with-mthca-mod --with-mlx4-mod --with-mlx4_en-mod<br>
--with-cxgb3-mod --with-nes-mod ' --define 'build_kernel_ib 1' --define<br>
'build_kernel_ib_devel 1' --define 'KVERSION 2.6.32.27' --define 'K_SRC<br>
/net/direct/rhdata/jcl/linux-2.6.32.27' --define 'network_dir<br>
/etc/sysconfig/network-scripts' --define '_prefix /usr' --define<br>
'__arch_install_post %{nil}'>  log.txt 2>&1<br>
<br>
thank you in advance for your help.<br>
     Jean-Charles<br>
<br>
</blockquote>
<br></div>
Hi Jean-Charles,<br>
Was your kernel compiled with IPV6 support?<br>
If not, then you have to recompile this kernel with IPV6.<br>
<br></blockquote></div><br>  Yes it was compiled with IPV6 support, here is the output of the command:<br>grep -i ipv6 .config<br>CONFIG_IPV6=m<br>CONFIG_IPV6_PRIVACY=y<br>CONFIG_IPV6_ROUTER_PREF=y<br>CONFIG_IPV6_ROUTE_INFO=y<br>
CONFIG_IPV6_OPTIMISTIC_DAD=y<br>CONFIG_IPV6_MIP6=m<br>CONFIG_IPV6_SIT=m<br>CONFIG_IPV6_NDISC_NODETYPE=y<br>CONFIG_IPV6_TUNNEL=m<br>CONFIG_IPV6_MULTIPLE_TABLES=y<br>CONFIG_IPV6_SUBTREES=y<br>CONFIG_IPV6_MROUTE=y<br>CONFIG_IPV6_PIMSM_V2=y<br>
CONFIG_IP_VS_IPV6=y<br># IPv6: Netfilter Configuration<br>CONFIG_NF_CONNTRACK_IPV6=m<br>CONFIG_IP6_NF_MATCH_IPV6HEADER=m<br><br> JC<br>