Re: IPV6 related constants for netlink socket

2012-10-31 Thread Kristof Provost
On 2012-10-31 15:20:58 (+0530), Murali Annamneni wrote: > I'm trying to create a Netlink socket to configure an ipv6 interface. > The socket call I used is - > > socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE6); > > I'm getting compiler error "error: NETLINK_ROUTE6 undeclared (first use in > this f

RE: IPV6 related constants for netlink socket

2012-10-31 Thread Murali Annamneni
Hi, I'm trying to create a Netlink socket to configure an ipv6 interface. The socket call I used is - socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE6); I'm getting compiler error "error: NETLINK_ROUTE6 undeclared (first use in this function)" And I'm facing the same problem for "AF_NETLINK6". I gr