brcompatd: Make parse_command() parse commands without dp arguments.
authorBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 20:45:52 +0000 (13:45 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Aug 2009 22:05:47 +0000 (15:05 -0700)
commit7f42c1d707c65befb9d92bebae069e4f4b0be1fb
tree0596567bd825d182c529c74cc6555e3fd628af30
parentc338e47fbef2ce1354acbd9f521196dea3fe93f5
brcompatd: Make parse_command() parse commands without dp arguments.

The BRCTL_GET_BRIDGES ioctl is going to move to userspace, but that ioctl
doesn't provide a bridge name as argument, so we need to support that.
vswitchd/ovs-brcompatd.c