From 74bbfae35771011d0a06ca2b74ca2a548a56c567 Mon Sep 17 00:00:00 2001 From: Deepti Kulkarni Date: Fri, 6 May 2011 16:35:27 -0700 Subject: bug fix - 6592: Include Quagga config in show tech-support output. --- functions/tech-support | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions') 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 -- cgit v1.2.3