diff options
author | root <root@eng-140.vyatta.com> | 2008-08-22 15:10:13 -0700 |
---|---|---|
committer | root <root@eng-140.vyatta.com> | 2008-08-22 15:10:13 -0700 |
commit | c1ef164982868d24c9b1c9f45b4cc7442e4150bd (patch) | |
tree | cb6adbaa9b623f2c9451dc4227e7be0f5c22c6c2 /scripts | |
parent | 4bec8f1de85b4ded7d3d7815eb4c734f993af8aa (diff) | |
download | vyatta-wanloadbalance-c1ef164982868d24c9b1c9f45b4cc7442e4150bd.tar.gz vyatta-wanloadbalance-c1ef164982868d24c9b1c9f45b4cc7442e4150bd.zip |
fix for bug 3608.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-wlb-status | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vyatta-wlb-status b/scripts/vyatta-wlb-status new file mode 100755 index 0000000..cfa9c84 --- /dev/null +++ b/scripts/vyatta-wlb-status @@ -0,0 +1,4 @@ +#!/bin/sh + +iptables -L PREROUTING -t mangle -v + |