summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_debug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-031-1/+0
| | | | | | | | | Now that all ripngd commands were converted to the new northbound model, the ripngd SIGHUP handler is capable of doing a full configuration reload just by calling the vty_read_config() function. Nothing else should be done in the SIGHUP handler. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2/+2
| | | | | | indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
| | | | | | | | | | | The FSF's address changed, and we had a mixture of comment styles for the GPL file header. (The style with * at the beginning won out with 580 to 141 in existing files.) Note: I've intentionally left intact other "variations" of the copyright header, e.g. whether it says "Zebra", "Quagga", "FRR", or nothing. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* ripngd: copy debug statements fix from ripdStephen Hemminger2011-03-121-2/+0
| | | | Doesn't ripng needs same fix as ripd.
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-2/+2
| | | | | | | | | 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.
* Ripngd part of 6Wind patch.hasso2003-05-251-0/+1
|
* Initial revisionpaul2002-12-131-0/+52