Add support for ingress policing.
authorJustin Pettit <jpettit@nicira.com>
Sat, 4 Apr 2009 07:06:43 +0000 (00:06 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 4 Apr 2009 07:06:43 +0000 (00:06 -0700)
commit1c046c878259a1af25c52fb122b47dc8494edcad
treeeb1443f5e740c1f0ab47b192ce073f3f5a0d949a
parentbe2f5ae73fe27c7b513d81f89651c19c0b7024ca
Add support for ingress policing.

This adds support for ingress policing to vswitchd.  This allows a user
to limit the rate of traffic entering the switch on a particular port.
This is configured on the physical port, so this a system-wide
configuration value handled through vswitchd.
lib/netdev.c
lib/netdev.h
vswitchd/automake.mk
vswitchd/port.c [new file with mode: 0644]
vswitchd/port.h [new file with mode: 0644]
vswitchd/vswitchd.c
vswitchd/vswitchd.conf.5.in