diff options
author | Ethan Jackson <ethan@nicira.com> | 2012-02-13 14:20:25 -0800 |
---|---|---|
committer | Ethan Jackson <ethan@nicira.com> | 2012-02-13 14:20:25 -0800 |
commit | c5dada75bb41781c9277f6aa24cb8e4a07c8a72f (patch) | |
tree | b13ac94046a614933c85d49f4c29605caec0dab0 | |
parent | 3d93284f97b96861dbfeec440eda6bb8c7b735c6 (diff) | |
download | openvswitch-c5dada75bb41781c9277f6aa24cb8e4a07c8a72f.tar.gz |
bond: Remove stale documentation.
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 <ethan@nicira.com>
-rw-r--r-- | vswitchd/INTERNALS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vswitchd/INTERNALS b/vswitchd/INTERNALS index 011983ade..645752d0c 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 |