summaryrefslogtreecommitdiffstats
path: root/vtysh
Commit message (Collapse)AuthorAgeFilesLines
* remove zebra/irdp.c because it is no longer in the source tree.gdt2004-08-311-1/+1
|
* Port ospf6d to sigevent and rename signal handling functions in vtysh not tohasso2004-08-282-7/+13
| | | | conflict the ones in lib/sigevent.c. Fixes compiling with --disable-shared.
* Brown paperbag, please. Don't segfault if VTYSH_PAGER isn't defined.hasso2004-08-271-2/+7
|
* Make "terminal length <0-512>" command work in vtysh.hasso2004-08-272-2/+61
|
* More vtysh fixes. Specifying configuration from command line works now.hasso2004-08-265-35/+35
|
* Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.hasso2004-08-266-299/+314
|
* Cleaning up whitespace mess mostly caused by my patches. Biggerhasso2004-08-253-79/+79
| | | | reorganization of this spagetti will follow soon.
* add .libsgdt2004-07-231-0/+1
|
* (somewhat unrelated cleanups, but all are very minor)gdt2004-07-231-1/+1
| | | | | | | | | | | | | | | 2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir -lfoo", to avoid linking against installed libraries from a previous version. * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared library version number to be 0.0 * configure.ac: remove spurious , so extract.pl is chmod'd +x. * HACKING: explain shared library versioning rules
* more cvsignorespaul2004-07-091-0/+1
|
* Add libtool support.gdt2004-06-301-1/+1
| | | | | | | | | | | | | | | | libzebra and libospfapiclient are now built shared, and linked shared with the daemons. This reduces the memory needed when running multiple daemons; each daemon is at least 150k smaller. Static libraries are still built, and libtool should use them on platforms which don't have shared libaries. As with autoconf, the user of a distribution does not need libtool; one just needs that to build from CVS. libospf.a is still a non-shared library, and still installed, not because that makese sense, but because I don't understand why it is the way it is now. Note that the tree was tagged 'libtool-before' just before this commit.
* Make vtysh work on NetBSD, and minor cleanups:gdt2004-06-303-1/+8
| | | | | | | | | | | | | | 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-202-2/+6
|
* CVS ignore Linux NFS silly-delete .nfs* filespaul2004-06-061-0/+1
|
* Workaround for Bugzilla #58.hasso2004-05-092-0/+6
|
* Vtysh fixes:hasso2004-04-062-6/+23
| | | | | | * replace -e with -c * don't save command in history if last line is the same one * doc/help fixes
* 2004-03-16 David Young <dyoung@pobox.com>gdt2004-03-161-1/+1
| | | | | | | | | * (many) reference <lib/version.h> rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-042-5/+7
| | | | from vtysh ([quagga-dev 932]).
* 2004-01-15 Paul Jakma <paul@dishone.st>paul2004-01-152-1/+5
| | | | * vtysh_config.c: Fix up strlen to use correct string.
* Changelog entry about isisd integration. Sorry about previous commithasso2003-12-231-0/+5
| | | | without message. Fingers worked faster than brain ;(.
* *** empty log message ***hasso2003-12-235-8/+70
|
* 2003-12-22 Christian Hammers <ch@lathspell.de>gdt2003-12-221-6/+7
| | | | | | * configure.ac (and everywhere a regular file is opened for writing): use file permissions from configure rather than compiled-in umask.
* Add support for --enable-exampledir to specify where to place examplegdt2003-12-031-2/+3
| | | | | | | | files, defaulting to sysconfdir (matching previous behavior). This is needed to support (cleanly) NetBSD pkgsrc, which requires that example config files go in $(prefix)/share/examples/pkgname, rather than in $(prefix)/etc/pkgname.
* 2003-10-24 waldi@debian.orgpaul2003-10-241-10/+10
| | | | | | * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it depended against source files without specification, i.e. it used ../zebra instead of $(top_srcdir)/zebra.
* 2003-10-22 Paul Jakma <paul@dishone.st>paul2003-10-221-1/+2
| | | | | | * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its configure dependent. (still need to find a way to make building of it dependent on configure options or include all commands.)
* 2003-08-13 Paul Jakma <paul@dishone.st>paul2003-08-131-0/+1
| | | | * vtysh/vtysh_user.c: include lib/version.h, for QUAGGA_PROGNAME.
* 2003-08-13 Paul Jakma <paul@dishone.st>paul2003-08-131-1/+1
| | | | | | | * lib/version.h: Add QUAGGA_PROGNAME * lib/smux.c: hardcoded zebra/quagga -> QUAGGA_PROGNAME * lib/command.c: ditto * vtysh/vtysh_user.c: ditto
* 2003-07-12 Paul Jakma <paul@dishone.st>paul2003-07-121-3/+7
| | | | | * vtysh/Makefile.am: explicitely list the files required for vtysh_cmd.c to be generated, to minimise spurious rebuilds.
* Add IPv6 ping and traceroute.hasso2003-06-251-1/+51
|
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-1/+1
| | | | * Merge of zebra privileges
* RIP has now "route-map x [in|out] <interface>" as well.hasso2003-05-251-1/+5
|
* Just "write" command without any parameters writes conf to file.hasso2003-05-251-0/+6
|
* Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-242-2/+5
| | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* slight addition to hasso's previous no_interface patch.paul2003-05-231-2/+2
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-231-0/+8
| | | | | | | | Add the 'no interface' command to all the daemons and vtysh. now it's possible to delete interface from routeing daemons as well only if it doesn't exist in os. http://hasso.linux.ee/zebra/ht-no_interface_fix.patch
* Undo Hasso last patch, about to apply a slightly updated patch.paul2003-05-231-8/+0
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-231-0/+8
| | | | | | http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch Add the 'no interface' command to all the daemons and vtysh.
* From: Paul Jakma <paulj@alphyra.ie>paul2003-05-211-8/+0
| | | | | | | | | Subject: [zebra 19125] vtysh bogus perms check vtysh checks that the zebra.vty socket uid is == to its own euid, this is bogus - let the kernel decide whether permissions match, vtysh shouldnt try second guess. (this becomes noticeable when neither zebra nor vtysh are run as root :) )
* 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.
* Update Changelogspaul2003-05-161-0/+10
|
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-061-1/+6
| | | | | | Subject: [zebra 18947] [PATCH] openpam patch configure support for openpam (freebsd5.0)
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-011-8/+11
| | | | | | | Subject: [zebra 18941] Re: [PATCH] misc patch Program shouldn't terminate on pager execution failure. We can also use "PAGER" environment variable - it's very common.
* vtysh_cmd.c is no longer in repository, ignore it.paul2003-04-231-0/+1
|
* Hasso Tepperpaul2003-04-192-2/+9
| | | | | | 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-193-20/+2
| | | | | | 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.
* Fix up vtysh.c compile warningspaul2003-04-181-7/+7
| | | | | (following from initial patches by Amir & Sergey Vyshnevetskiy ([zebra 18689])
* Add Makefile.in to the remaining .cvsignore'spaul2003-04-091-0/+1
| | | | Add ospfclient to ospfclient/.cvsignore
* Remove vtysh_cmd.c from the repository.paul2003-04-092-14629/+2
| | | | Add dependency on rebuild target for vtysh_cmd.c to Makefile.am
* Change vty socket path defines to the global definespaul2003-04-071-6/+6
|
* Removed stray hard coded vty socket pathspaul2003-04-071-8/+0
|