diff options
author | Deepti Kulkarni <deepti@vyatta.com> | 2011-05-06 16:35:27 -0700 |
---|---|---|
committer | Deepti Kulkarni <deepti@vyatta.com> | 2011-05-06 16:35:27 -0700 |
commit | 74bbfae35771011d0a06ca2b74ca2a548a56c567 (patch) | |
tree | 3d758ba77095f9cbce039ff068cd531aee3191cc /functions/tech-support | |
parent | 64782071f9d36a3b84bf00c314b6ba30f40e5d24 (diff) | |
download | vyatta-op-74bbfae35771011d0a06ca2b74ca2a548a56c567.tar.gz vyatta-op-74bbfae35771011d0a06ca2b74ca2a548a56c567.zip |
bug fix - 6592: Include Quagga config in show tech-support output.
Diffstat (limited to 'functions/tech-support')
-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 c014764..ec2b915 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -91,6 +91,8 @@ cat /etc/apt/sources.list header User Startup Scripts cat /etc/rc.local +header Quagga Configuration +vtysh -c 'show run' header INTERFACES |