X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif.c;h=6eaa5e0c84cb813f141d1ce355a65d9fcac7f9e5;hb=39a501148a3d02974e32cb1a76ef3d6ba3c38419;hp=06f793ca636ec4c13163a947c1f3df508a1d91fc;hpb=b4a7a3f3dea8fdf2a9da184c1676eeccd76f4700;p=openvswitch diff --git a/lib/dpif.c b/lib/dpif.c index 06f793ca..6eaa5e0c 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -298,7 +298,6 @@ dpif_set_drop_frags(struct dpif *dpif, bool drop_frags) return error; } - /* Attempts to add 'devname' as a port on 'dpif', given the combination of * ODP_PORT_* flags in 'flags'. If successful, returns 0 and sets '*port_nop' * to the new port's port number (if 'port_nop' is non-null). On failure,