Initial implementation of sFlow.
authorBen Pfaff <blp@nicira.com>
Mon, 4 Jan 2010 21:08:37 +0000 (13:08 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Jan 2010 21:08:37 +0000 (13:08 -0800)
commit72b0630028e94a24d92a7c14cd7bce96a252a3f5
tree84d27b275bf466cb7113d5a1b71428dd3cb72196
parent622ee2cf648bbf09a646d69f1f8f9aa604c8df39
Initial implementation of sFlow.

Tested very slightly with "ping" and "sflowtool -t | tcpdump -r -".
23 files changed:
README
datapath/actions.c
datapath/datapath.c
datapath/datapath.h
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
lib/vlog-modules.def
ofproto/automake.mk
ofproto/collectors.c
ofproto/collectors.h
ofproto/ofproto-sflow.c [new file with mode: 0644]
ofproto/ofproto-sflow.h [new file with mode: 0644]
ofproto/ofproto.c
ofproto/ofproto.h
utilities/automake.mk
vswitchd/automake.mk
vswitchd/bridge.c
vswitchd/ovs-vswitchd.8.in
vswitchd/ovs-vswitchd.conf.5.in