summaryrefslogtreecommitdiffstats
path: root/vtysh
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove auto* files from the repository.paul2003-04-071-367/+0
| | | | | | | | | Developers working with the repository should have the appropriate tools. Out-of-sync files cause far too many problems with users as well as auto* scripts not being half as portable across systems as they ought to be. make-dist exists for a reason. Todo: make the CVS snapshot script do make-dist, and use the resulting tarball as the snapshot.
* Add 'no description' commandpaul2003-03-281-0/+7
|
* See http://bugzilla.dishone.st/show_bug.cgi?id=13paul2003-03-281-3/+14
| | | | Fix from hasso tepper <hasso@linux.ee>
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-254-11846/+11641
| | | | | | | | * 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
* Update auto files.paul2003-03-171-301/+221
| | | | No doubt builds will now break for everyone. (works here - autoconf 2.13)
* Updated vtysh_cmd's. Previously, this was only updated in rpm builds.paul2003-03-022-11479/+11637
|
* Add the interface node 'description' command.paul2003-03-011-0/+7
|
* Small fix (free integrate_sav) and addition of an ssh command.patch.vtysh.add.ssh.fixpaul2003-01-251-0/+12
|
* Replace _SC_PAGESIZE with the far more portable getpagesize().patch.vtysh.pagesizepaul2003-01-231-1/+1
| | | | | (needed, eg, for Darwin). Kris Foster <kris@krweb.net>
* Added vtysh patch to allow 'write file' command to write eitherpatch.z15554.vtysh.writeconfpaul2002-12-132-26/+99
| | | | per-daemon and/or integrated config file
* Initial revisionpaul2002-12-1313-0/+18357