Re: [ovs-dev] [PATCH net-next 15/22] route: Extend flow representation with tunnel key

2015-07-17 Thread Julian Anastasov
+ tun_info = skb_tunnel_info(skb); > + if (tun_info && tun_info->mode == IP_TUNNEL_INFO_RX) > + fl4.flowi4_tun_key.tun_id = tun_info->key.tun_id; else fl4.flowi4_tun_key.tun_id = 0; > skb_dst

Re: [ovs-dev] [RFC net-next 11/22] dst: Metadata destinations

2015-07-10 Thread Julian Anastasov
e such call should be added if it is missing... > if (ipv4_is_multicast(saddr) || ipv4_is_lbcast(saddr)) > goto martian_source; Regards -- Julian Anastasov ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev