repo.or.cz
/
jleu-quagga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[bgpd/cleanup] make message lists read only
[jleu-quagga.git]
/
guile
/
README
blob
8e18fae56fcd69a442c3040907abba86a312883d
1
2
zebra-guile
3
4
Kunihiro Ishiguro
5
1999
6
7
1. What is zebra-guile
8
9
zebra-guile is GNU Zebra which linked with guile. Almost zebra's
10
command can be called from guile interpreter. So you can use guile as
11
a routing scripting language.
12
13
2. How to use it.
14
15
(define bgp (router-bgp 7675))
16
17
3.