diff options
author | Robert Bays <robert@vyatta.com> | 2011-06-06 12:20:52 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2011-06-06 12:20:52 -0700 |
commit | 0e88be57a5188c667fefd5a9535449b5a3a104a0 (patch) | |
tree | bc3d4152e9aaa036b30cf968c5a1d8e08d0008a6 | |
parent | bc5905e60a4cebfaeb5b180472ae2c6633ba6da3 (diff) | |
download | vyatta-cfg-quagga-0e88be57a5188c667fefd5a9535449b5a3a104a0.tar.gz vyatta-cfg-quagga-0e88be57a5188c667fefd5a9535449b5a3a104a0.zip |
remove debug statement from bgp script.
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index 73d35a98..e2cd2a1e 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -1434,7 +1434,7 @@ sub main # my $qconfig = new Vyatta::Quagga::Config('protocols', \%qcom); # debug routines - $qconfig->setDebugLevel('3'); + #$qconfig->setDebugLevel('3'); #$qconfig->_reInitialize(); # check that all changed neighbors have a proper remote-as or peer-group defined |