mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-12 21:09:50 +00:00
![]() 2008-08-13 Paul P Komkoff Jr <i@stingr.net> * configure.ac: add a configure flag and autoconf macro, which will determine if your toolchain supports PIE. * */Makefile.am: add corresponding CFLAGS and LDFLAGS into appropriate places. Signed-off-by: Paul Jakma <paul@quagga.net> |
||
---|---|---|
.. | ||
.cvsignore | ||
.gitignore | ||
ChangeLog | ||
guile-bgp.c | ||
Makefile.am | ||
Makefile.in | ||
README | ||
zebra-guile.c | ||
zebra-guile.h | ||
zebra-support.c |
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.