summaryrefslogtreecommitdiffstats
path: root/vtysh/extract.pl.in
Commit message (Collapse)AuthorAgeFilesLines
* Applying quagga-cvs20070307-as4-v05.patchquagga-cvs20070307-as4-v05.patchJuergen Kammer2007-04-091-2/+2
|
* * vtysh.c: Fix warning by casting rl_bind_key 2. argument correctly.hasso2005-09-151-1/+1
| | | | * extract.pl.in: Fix warning - add isisd/topology to the includes.
* * extract.pl.in: Ignore "router zebra".hasso2005-04-071-0/+1
|
* * extract.pl.in: Use SNMP_INCLUDES to avoid warnings if compiling withhasso2005-03-281-1/+1
| | | | snmp support.
* All access lists (IPv4 and IPv6) are used by all daemons to limit access tohasso2004-10-131-5/+1
| | | | vty.
* Big vtysh cleanup. See changelogs for details.hasso2004-10-031-0/+8
|
* 2004-09-13 Paul Jakma <paul@dishone.st>paul2004-09-131-1/+3
| | | | | | * Makefile.am: remove zebra/irdp.c from list - dead. * extract.pl.in: Substitute in the autoconf srcdir/builddir paths for includes to cpp.
* 2004-09-13 Paul Jakma <paul@dishone.st>bgp_rserver_beforepaul2004-09-131-1/+1
| | | | | | | * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir. * extract.pl.in: match on end of filenames, filename could contain various preamble due to out of tree builds.
* Make vtysh work on NetBSD, and minor cleanups:gdt2004-06-301-0/+194
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.