The process_flow() function no longer exists. It seems safest to remove reference to the function altogether as it's likely to become stale again.
Signed-off-by: Ethan Jackson <[email protected]> --- vswitchd/INTERNALS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/vswitchd/INTERNALS b/vswitchd/INTERNALS index 011983a..645752d 100644 --- a/vswitchd/INTERNALS +++ b/vswitchd/INTERNALS @@ -69,8 +69,6 @@ probably provide a way to disable or configure it in other scenarios.) Bond Packet Input ----------------- -Bond packet input processing takes place in process_flow(). - Bonding accepts unicast packets on any bond slave. This can occasionally cause packet duplication for the first few packets sent to a given MAC, if the physical switch attached to the bond is -- 1.7.9 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
