ovs-brcompatd: Don't include the local port in BRCTL_GET_PORT_LIST output.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Aug 2009 16:30:29 +0000 (09:30 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Aug 2009 19:36:47 +0000 (12:36 -0700)
commitaf616f686b851c7e31ee48f16e7ae7df6f550553
treed80493b4ebb114ed8a9bc5150fa28687fad32928
parent694f2679ce82beafe65b159e82e0c4891dbc71dc
ovs-brcompatd: Don't include the local port in BRCTL_GET_PORT_LIST output.

The BRCTL_GET_PORT_LIST ioctl is not supposed to include the bridge port
itself in the list of ports, but ovs-brcompatd was doing that.
vswitchd/ovs-brcompatd.c