Setting ipv6 route flags

2005-11-26 Thread Gabor Fekete
OK, This time without typos. Hi, I realized that in net/ipv6/route.c in the inet6_rtm_new_route() function the call to inet6_rtm_to_rtmsg() does not take into account the user supplied flags. This way it seems to be not possible to set the RTF_DEFAULT flag of a default route (dest address being "

Setting ipv6 route flags

2005-11-24 Thread Gabor Fekete
Sorry if this email arrived twice on the list. (This time I subscribed.) Hi, I realized that in route.c the inet6_rtm_new_route() function the inet6_rtm_to_rtmsg() does not take into account the user supplied flags. This way it seems to be not possible to set the RTF_DEFAULT flag of a default rou

Setting ipv6 route flags

2005-11-23 Thread feketgai
Hi, I realized that in route.c the inet6_rtm_new_route() function the inet6_rtm_to_rtmsg() does not take into account the user supplied flags. This way it seems to be not possible to set the RTF_DEFAULT flag of a default route (dest address being "any"). It is true that the new route will end up i