Re: [ovs-dev] [PATCH 03/11] datapath: Account for "vxlan: Group Policy extension"

2015-01-30 Thread Thomas Graf
On 01/29/15 at 07:45pm, Pravin Shelar wrote: > > +#ifdef HAVE_VXLAN_METADATA > > static inline int rpl_vxlan_xmit_skb(struct vxlan_sock *vs, > > struct rtable *rt, struct sk_buff *skb, > > __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, > > -

Re: [ovs-dev] [PATCH 03/11] datapath: Account for "vxlan: Group Policy extension"

2015-01-29 Thread Pravin Shelar
On Tue, Jan 27, 2015 at 7:35 AM, Thomas Graf wrote: > Upstream commit: > vxlan: Group Policy extension > > Implements supports for the Group Policy VXLAN extension [0] to provide > a lightweight and simple security label mechanism across network peers > based on VXLAN. The security

[ovs-dev] [PATCH 03/11] datapath: Account for "vxlan: Group Policy extension"

2015-01-27 Thread Thomas Graf
Upstream commit: vxlan: Group Policy extension Implements supports for the Group Policy VXLAN extension [0] to provide a lightweight and simple security label mechanism across network peers based on VXLAN. The security context and associated metadata is mapped to/from skb->mark

[ovs-dev] [PATCH 03/11] datapath: Account for "vxlan: Group Policy extension"

2015-01-22 Thread Thomas Graf
Upstream commit: vxlan: Group Policy extension Implements supports for the Group Policy VXLAN extension [0] to provide a lightweight and simple security label mechanism across network peers based on VXLAN. The security context and associated metadata is mapped to/from skb->mark