Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bird-tools
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
labs
bird-tools
Commits
dd0b3f1c
Commit
dd0b3f1c
authored
Feb 25, 2016
by
Jan Moskyto Matejka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Birdlab: no debug in config by default
parent
042d60a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
birdlab/rtest/old-script
birdlab/rtest/old-script
+1
-4
No files found.
birdlab/rtest/old-script
View file @
dd0b3f1c
...
...
@@ -40,7 +40,7 @@ for T in ${TOK[@]}; do
done
cfc
<<
EOF
debug protocols all;
#
debug protocols all;
protocol device {
scan time 10;
...
...
@@ -52,7 +52,6 @@ protocol kernel {
import all;
export all;
scan time 20;
debug all;
}
protocol direct {
...
...
@@ -64,7 +63,6 @@ EOF
for
T
in
${
TOK
[@]
}
;
do
cf
$T
--
cat
<<
EOF
protocol static {
debug all;
import all;
route
${
SR
[
$T
]
}
;
}
...
...
@@ -75,7 +73,6 @@ cfc <<EOF
protocol ospf {
import all;
export all;
debug all;
area 0 {
interface "INAME" { hello 5; type ptp; cost ICOST; }; #bfd; };
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment