X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=b13ed8dc430f82af5684b6da5481359e6cf3bad8;hb=d4016a58d29a52f0e57f2f19f982d6e3a95c77d2;hp=6ee2ef5e694c796a0609a9f87e4df5144e45ef50;hpb=e0c27cffbc9b93f90c764e374f6944cb893295a3;p=openvswitch diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 6ee2ef5e..b13ed8dc 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1891,7 +1891,7 @@ process_flow(struct bridge *br, const flow_t *flow, goto done; } else { /* Drop all multicast packets for which we have learned a different - * input port, because we probably sent the packet on one slaves + * input port, because we probably sent the packet on one slave * and got it back on the active slave. Broadcast ARP replies are * an exception to this rule: the host has moved to another * switch. */