summarylogtreecommitdiffstats
path: root/nfsen.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nfsen.conf')
-rw-r--r--nfsen.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/nfsen.conf b/nfsen.conf
index 223bccd80498..337f74d0b24c 100644
--- a/nfsen.conf
+++ b/nfsen.conf
@@ -166,9 +166,11 @@ $PROFILERS = 6;
# Ident strings must be 1 to 19 characters long only, containing characters [a-zA-Z0-9_].
%sources = (
- 'upstream1' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
- 'peer1' => { 'port' => '9996', 'IP' => '172.16.17.18' },
- 'peer2' => { 'port' => '9996', 'IP' => '172.16.17.19' },
+ #'upstream1' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
+ #'peer1' => { 'port' => '9996', 'IP' => '172.16.17.18' },
+ #'peer2' => { 'port' => '9996', 'IP' => '172.16.17.19' },
+ 'protocols' => { 'port' => '9997', 'col' => '#00ff00', 'type' => 'netflow' },
+ 'directions' => { 'port' => '9998', 'col' => '#ffff00', 'type' => 'netflow' }
);
#