summaryrefslogtreecommitdiffstats
path: root/vtysh/extract.pl
Commit message (Collapse)AuthorAgeFilesLines
* Make vtysh work on NetBSD, and minor cleanups:gdt2004-06-301-194/+0
| | | | | | | | | | | | | | if --enable-vtysh, look for perl, and substitute into vtysh/extract.pl, rather than assuming perl is in /usr/bin Look for tputs in libtermcap and libcurses, in addition to previously-searched locations. Follow GNU readlines search order. Clean up --enable-vtysh definition in configure.ac. Add vtysh/vtysh_cmds.c to CLEANFILES. This is important if extract.pl fails, so that 'make clean && make' will regenerate vtysh_cmds.c rhather than using the old zero-length file.
* Zebra daemon has access lists.hasso2004-06-201-2/+2
|
* *** empty log message ***hasso2003-12-231-0/+1
|
* RIP has now "route-map x [in|out] <interface>" as well.hasso2003-05-251-1/+5
|
* Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-241-0/+3
| | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-211-2/+2
| | | | | | | Subject: [zebra 19120] [PATCH] Vtysh I really don't know how I could miss that one. Opsf(6)d have prefix-lists as well.
* Hasso Tepperpaul2003-04-191-0/+7
| | | | | | http://hasso.linux.ee/zebra/ht-distribute-18042003.patch Allows to extract.pl to pickup "distribute-list ..." commands for vtysh (ripngd and ripd).
* Hasso Tepperpaul2003-04-191-1/+1
| | | | | | http://hasso.linux.ee/zebra/ht-routemap-18042003_5.patch Trivial fixes to sync daemon's route-map commands to have same syntax. Fixes a lot of errors with "match ..." and "set ..." commands when using vtysh.
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-19/+27
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* Updated vtysh_cmd's. Previously, this was only updated in rpm builds.paul2003-03-021-1/+1
|
* Initial revisionpaul2002-12-131-0/+171