diff options
Diffstat (limited to 'templates-op/show/nat/translations/monitor/node.def')
-rw-r--r-- | templates-op/show/nat/translations/monitor/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-op/show/nat/translations/monitor/node.def b/templates-op/show/nat/translations/monitor/node.def index ed8786f..c871dad 100644 --- a/templates-op/show/nat/translations/monitor/node.def +++ b/templates-op/show/nat/translations/monitor/node.def @@ -1,4 +1,4 @@ help: Show active NAT translations events run: LESSOPEN=cat echo Type control-C to quit - sudo /usr/sbin/conntrack -E -n -g -o xml | ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --pipe + sudo /usr/sbin/conntrack -E -n -g -o xml 2>/dev/null | ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --pipe |