commit | 718e3744195351130f4ce7dbe0613f4b3e23df93 | [log] [tgz] |
---|---|---|
author | paul <paul> | Fri Dec 13 20:15:29 2002 +0000 |
committer | paul <paul> | Fri Dec 13 20:15:29 2002 +0000 |
tree | bac2ad39971cd43f31241ef123bd4e470f695ac9 |
Initial revision
diff --git a/guile/README b/guile/README new file mode 100644 index 0000000..8e18fae --- /dev/null +++ b/guile/README
@@ -0,0 +1,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.