summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
| | | | | | | | | | | | | | Quagga sources have inherited a slew of Page Feed (^L, \xC) characters from ancient history. Among other things, these break patchwork's XML-RPC API because \xC is not a valid character in XML documents. Nuke them from high orbit. Patches can be adapted simply by: sed -e 's%^L%%' -i filename.patch (you can type page feeds in some environments with Ctrl-V Ctrl-L) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* ripngd: copy debug statements fix from ripdStephen Hemminger2011-03-131-15/+11
| | | | Doesn't ripng needs same fix as ripd.
* [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).
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-1/+1
| | | | | | | | | 2008-08-15 Paul Jakma <paul.jakma@sun.com> * {ospf6d,ripngd}/*: Finish job of marking functions as static, or exporting declarations for them, to quell warning noise with Quagga's GCC default high-level of warning flags. Thus allowing remaining, more useful warnings to be more easily seen.
* Fix help of "show debugging ripng" command.hasso2004-10-261-2/+2
|
* Please, tell me truth about what debugging status you are displaying.hasso2004-08-311-1/+1
|
* Ripngd part of 6Wind patch.hasso2003-05-251-1/+2
|
* Initial revisionpaul2002-12-131-0/+292