Support multiple NetFlow collectors.
authorJustin Pettit <jpettit@nicira.com>
Fri, 13 Feb 2009 18:36:44 +0000 (10:36 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 13 Feb 2009 18:36:44 +0000 (10:36 -0800)
commit84f08393a85d3994fc26e434cdeabb24e66da5fb
treebc2734cd74cf000b09ad1f0eb70779ec9f8bae48
parent011cd26b69134d2d0307d4a7f987d0e84cd0de4e
Support multiple NetFlow collectors.

Add support for sending NetFlow messages to up to eight different
collectors.  With these changes, secchan now reads configuration files
using the same syntax as vswitchd.  This address Redmine feature #901.
22 files changed:
lib/automake.mk
lib/cfg.c [new file with mode: 0644]
lib/cfg.h [new file with mode: 0644]
secchan/executer.c
secchan/fail-open.c
secchan/flow-end.c
secchan/flow-end.h
secchan/in-band.c
secchan/port-watcher.c
secchan/ratelimit.c
secchan/secchan.8.in
secchan/secchan.c
secchan/secchan.h
secchan/snat.c
secchan/status.c
secchan/stp-secchan.c
vswitchd/automake.mk
vswitchd/bridge.c
vswitchd/cfg.c [deleted file]
vswitchd/cfg.h [deleted file]
vswitchd/vswitchd.c
vswitchd/vswitchd.conf.5