test-openflowd: Allow specifying port type on --ports option.
authorBen Pfaff <blp@nicira.com>
Thu, 18 Aug 2011 18:20:12 +0000 (11:20 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:09 +0000 (11:46 -0700)
commita75531e53e03d9fe9915f8041759601c07e47914
treeb901ea23ad881c234fb17e26c60d0b6e5b58545d
parent26ce31583b1654a3acaaf6de8e9567e327fbc104
test-openflowd: Allow specifying port type on --ports option.

This allows a command like "test-openflowd --enable-dummy dummy@br0
--ports=dummy@eth0,dummy@eth1,dummy@eth2" to create a dummy datapath with
a number of dummy ports.  This is more useful for testing than a dummy
datapath with just an internal port, since output to "flood" and "normal"
has less pathological results.
lib/netdev.c
lib/netdev.h
tests/test-openflowd.c