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