diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-01-25 09:14:52 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-02-23 22:10:09 +0100 |
commit | 44a86a0278c1678fd4b8dfa56c4f5f2feb6df3ad (patch) | |
tree | 6a959802774bd76621baccfc4d3e79fb7759add6 /guile/README | |
parent | fa75585d3cac97616de4ea7c6805d91f709456eb (diff) |
guile: remove
Diffstat (limited to 'guile/README')
-rw-r--r-- | guile/README | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/guile/README b/guile/README deleted file mode 100644 index 8e18fae5..00000000 --- a/guile/README +++ /dev/null @@ -1,17 +0,0 @@ - - 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. |