summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: 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.
* Hasso Tepperpaul2003-04-191-18/+0
| | | | | | 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])
* Change vty socket path defines to the global definespaul2003-04-071-6/+6
|
* Add 'no description' commandpaul2003-03-281-0/+7
|
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-4/+36
| | | | | | | | * 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
* 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-131-26/+92
| | | | per-daemon and/or integrated config file
* Initial revisionpaul2002-12-131-0/+1803