2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

Initial implementation of sFlow.

Tested very slightly with "ping" and "sflowtool -t | tcpdump -r -".
This commit is contained in:
Ben Pfaff
2010-01-04 13:08:37 -08:00
parent 622ee2cf64
commit 72b0630028
23 changed files with 984 additions and 37 deletions

View File

@@ -1333,6 +1333,8 @@ const struct dpif_class dpif_netdev_class = {
dpif_netdev_execute,
dpif_netdev_recv_get_mask,
dpif_netdev_recv_set_mask,
NULL, /* get_sflow_probability */
NULL, /* set_sflow_probability */
dpif_netdev_recv,
dpif_netdev_recv_wait,
};