summaryrefslogtreecommitdiffstats
path: root/ripd/rip_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* ripd: resolve debug statements issue (bug 442)Andrew J. Schorr2011-07-041-15/+9
| | | | | | | ...A nasty bug, if you forgot to disable debugging, stored the config and reboot your machine - if you really depend on ripd, then the machine will not fully come back on the network, because ripd fails. (cherry picked from commit 0fa0335316ce14a79ea4bbb0c40e1322c9941dd3)
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-1/+1
| | | | | The cmd_nodes used to configure vty, can mostly be static so (basic data hiding 101).
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-251-3/+3
| | | | | | * (general) static/extern functions and definitions. * rip_interface.h: new file, export the public functions from rip_interface.c
* Please, tell me truth about what debugging status you are displaying.hasso2004-08-311-1/+1
|
* Initial revisionpaul2002-12-131-0/+290