diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vyatta-wlb-connection | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vyatta-wlb-connection b/scripts/vyatta-wlb-connection new file mode 100644 index 0000000..40060ae --- /dev/null +++ b/scripts/vyatta-wlb-connection @@ -0,0 +1,4 @@ +#!/bin/sh + +cat /proc/net/ip_conntrack | grep ' mark=[1-9]' + |
