X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=48d02b38331017e043e1f20838cc073c88d79750;hb=cb5087caddd187e71d5f32118d8d807c9c131725;hp=7081512e9273ccef5010471f21a561a87e221290;hpb=f1acd62b54376a425a975f9af501c4c8c5689b39;p=openvswitch diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 7081512e..48d02b38 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1955,7 +1955,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. */