bridge: Remove commented-out code for custom management and snoop listeners.
authorBen Pfaff <blp@nicira.com>
Wed, 9 Jun 2010 20:16:09 +0000 (13:16 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Jun 2010 17:45:13 +0000 (10:45 -0700)
commit5a24315000c6615ef8d14e9a9f377b01c26a10f8
tree0ddedeab0cee2c5078e3dac50e907b852b7f5a51
parent1fb7fcafa60f8eb045b5d4214023f2033c15f92d
bridge: Remove commented-out code for custom management and snoop listeners.

Before the transition from configuration file to OVSDB, it was possible to
override the defaults for OpenFlow management listeners and for OpenFlow
controller connection snooping.  The former can now effectively be done by
configuring a controller through the database.  Overriding the latter is
not very useful (no one has complained that it cannot be done any longer).
So this commit deletes the commented-out code.
vswitchd/bridge.c