diff options
author | Deepti Kulkarni <deepti@vyatta.com> | 2010-11-16 20:08:29 +0000 |
---|---|---|
committer | Deepti Kulkarni <deepti@vyatta.com> | 2010-11-16 20:08:29 +0000 |
commit | 34d065a1cd2c465052f965e810facc4ea55cfc15 (patch) | |
tree | 78b8c19263b29e72a8b7860542f3504dafdabcc7 /functions | |
parent | b01551e6964e24d768e87fb77530602f6e697b11 (diff) | |
download | vyatta-op-34d065a1cd2c465052f965e810facc4ea55cfc15.tar.gz vyatta-op-34d065a1cd2c465052f965e810facc4ea55cfc15.zip |
bug fix for 6192 - enhancement to add "iptables-save" to "show
tech-support" command.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/tech-support | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/tech-support b/functions/tech-support index 910021c..7615c7b 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -246,6 +246,8 @@ sudo /sbin/iptables -t mangle -L -vn header Raw Chain Details sudo /sbin/iptables -t raw -L -vn +header Save Iptables Rule-Set +sudo iptables-save -c header SYSTEM |