secchan: Make default normal action do switching.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 00:23:35 +0000 (17:23 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 00:25:52 +0000 (17:25 -0700)
commit10e05880439ed47ba19b7309c1d20b89fb1fdbc1
tree34853a530b5890db0f8ac3f24863470b2071fc3b
parent307dcb167c4fb880cbce08abdd230668ea096cda
secchan: Make default normal action do switching.

The default normal action is what OFPP_NORMAL does in secchan when vswitchd
is not running.  Before, this was equivalent to OFPP_FLOOD.  With this
change, the behavior changes to acting as a learning switch.

This makes the recent changes to in-band control more efficient when
running in secchan without vswitchd, since we don't really want to flood
all the packets to and from the controller.
secchan/ofproto.c