routing policy based on u32 classifier

2017-02-01 Thread pupi...@libero.it
Hello everyone, Kindly I would like to ask if there is a way to do routing policy based on u32 classifier without fwmark/netfilter. I have read doc/tc-filters and doc/actions/actions-general from iproute2-4.9.0 package but I am not able to find any actions doing this kind of job: the only way is t

ip route add give rtnetlink message after update from 4.9.6 to 4.9.8

2017-02-08 Thread pupi...@libero.it
Hi Folks, After kernel update from 4.9.6 to 4.9.8, I get the below error message when I run this command: root@Typhoon:~# ip route add default table 210 nexthop dev eth0 via 10.68.64.1 weight 1 nexthop dev eth0 via 10.68.64.2 weight 1 RTNETLINK answers: Operation not supported root@Typhoon:~# un

R: Re: [PATCH net] lwtunnel: valid encap attr check should return 0 when lwtunnel is disabled

2017-02-09 Thread pupi...@libero.it
_type_attr stub should just return 0. >> >> Fixes: 9ed59592e3e3 ("lwtunnel: fix autoload of lwt modules") >> Reported-by: pupi...@libero.it >> Signed-off-by: David Ahern > >Applied and queued up for -stable, thanks for fixing this so quickly David. Thanks everybody. I have applied the patch to linux-4.9.8 and all is fine. Thanks again. Marco