secchan: Drop configuration file support.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 00:10:42 +0000 (17:10 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 00:10:47 +0000 (17:10 -0700)
commit35e0f01f4b9546a3af82b0ddf282511bfb1db066
tree9c65ac29071cf338081501d8412dd74b8336549e
parente956c4219da6ff7b958f80b77e7a53ed95fc777d
secchan: Drop configuration file support.

Configuration file support was added to secchan specifically to allow
vswitchd to change the set of NetFlow collectors at runtime without killing
and restarting secchan.  secchan is integrated into vswitchd, so vswitchd
can now do this through a function call instead of through a configuration
file.  This means that we can kill off the secchan configuration file
and add back the --netflow option that it replaced.

Also, add a --mgmt-id option to supplant the other use for the
configuration file that had appeared in the meantime.
secchan/main.c