Re: [ovs-discuss] PATCH lib/netdev-linux.c: Added IPv6 rate limiting support (Linux)

2011-12-03 Thread Justin Pettit
On Dec 1, 2011, at 11:01 AM, Justin Pettit wrote: > On Nov 30, 2011, at 8:38 AM, Ben Pfaff wrote: > >> On Wed, Nov 30, 2011 at 04:14:31PM +, Mike Bursell wrote: >>> 1.2.2 openvswitch only supports IPv4 rate limiting, though IPv6 >>> traffic is correctly handled. >> >> Justin, you originally

Re: [ovs-discuss] PATCH lib/netdev-linux.c: Added IPv6 rate limiting support (Linux)

2011-12-01 Thread Justin Pettit
On Nov 30, 2011, at 8:38 AM, Ben Pfaff wrote: > On Wed, Nov 30, 2011 at 04:14:31PM +, Mike Bursell wrote: >> 1.2.2 openvswitch only supports IPv4 rate limiting, though IPv6 >> traffic is correctly handled. > > Justin, you originally implemented policing. Why does policing apply > itself only

Re: [ovs-discuss] PATCH lib/netdev-linux.c: Added IPv6 rate limiting support (Linux)

2011-11-30 Thread Ben Pfaff
On Wed, Nov 30, 2011 at 04:14:31PM +, Mike Bursell wrote: > 1.2.2 openvswitch only supports IPv4 rate limiting, though IPv6 > traffic is correctly handled. Justin, you originally implemented policing. Why does policing apply itself only to IPv4? That is, why does it not select all traffic on

[ovs-discuss] PATCH lib/netdev-linux.c: Added IPv6 rate limiting support (Linux)

2011-11-30 Thread Mike Bursell
Rationale - 1.2.2 openvswitch only supports IPv4 rate limiting, though IPv6 traffic is correctly handled. This Design description and rationale - Created a new tc command to be called, and provided the relevant syntax for IPv6. Added a block to call the new command, and relevant debug output.