blob: 8e18fae56fcd69a442c3040907abba86a312883d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
zebra-guile
Kunihiro Ishiguro
1999
1. What is zebra-guile
zebra-guile is GNU Zebra which linked with guile. Almost zebra's
command can be called from guile interpreter. So you can use guile as
a routing scripting language.
2. How to use it.
(define bgp (router-bgp 7675))
3.
|