summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
* zebra: keep rtadv_sock field in zrouter for optimisationPhilippe Guibert2019-06-041-9/+25
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-06-041-57/+62
* Revert "zebra: move rtadv service from zrouter to zvrf"Donald Sharp2019-05-161-62/+57
* Revert "zebra: keep rtadv_sock field in zrouter for optimisation"Donald Sharp2019-05-161-24/+9
* zebra: keep rtadv_sock field in zrouter for optimisationPhilippe Guibert2019-04-251-9/+24
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-04-251-57/+62
* zebra: Fix CLANG suggestion for braces on init of structStephen Worley2019-02-121-4/+4
* Merge pull request #3723 from slrz/zebra-rtadv-add-rfc8106-supportDavid Lamparter2019-02-121-0/+406
|\
| * zebra: prefer DEFINE_MTYPE_STATIC for local memtypesLars Seipel2019-02-111-0/+3
| * zebra: avoid exceeding link MTU through RA optionsLars Seipel2019-02-021-6/+31
| * zebra: support DNS configuration options in rtadvLars Seipel2019-02-021-0/+378
* | zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-5/+5
|/
* zebra: Move rtadv to zebra_routerDonald Sharp2018-10-241-35/+28
* zebra: Trust the mac address received in some situationsDonald Sharp2018-09-191-5/+42
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-7/+7
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-26/+39
* Merge pull request #2448 from qlyoung/error-reference-cardsDavid Lamparter2018-08-161-12/+10
|\
| * zebra: fix warnings from frr_elevate_privs()David Lamparter2018-08-141-1/+1
| * *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-9/+3
| * *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-4/+4
| * *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
| * zebra, lib: error references for zebraQuentin Young2018-08-141-8/+12
* | lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp2018-08-151-2/+2
|/
* bgpd zebra: element overflow (PVS-Studio)F. Aragon2018-07-021-1/+1
* zebra: clean up zapi organizationQuentin Young2018-04-231-1/+1
* Revert "zebra: implement draft-bz-v4goawayflag-00"Quentin Young2018-04-021-22/+0
* zebra: implement draft-bz-v4goawayflag-00Quentin Young2018-04-011-0/+22
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-8/+8
* zebra: reorganize zserv, batch i/oQuentin Young2018-03-121-10/+9
* zebra: standardize ZAPI message handler argsQuentin Young2018-03-121-7/+16
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+3
* zebra: socket operations stick to namespace if necessaryPhilippe Guibert2018-02-271-3/+4
* zebra: do not display ipv6 ra commands created by bgpdDon Slice2017-12-061-13/+33
* lib, zebra: Modify zebra to use STREAM_GET for zapiDonald Sharp2017-11-131-3/+5
* *: fix coverity warnings - resource leaksRenato Westphal2017-10-241-0/+1
* zebra: No need to pass sock descriptor around.Donald Sharp2017-10-241-1/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+1
* zebra: Properly initialize memory for rtadvDonald Sharp2017-10-021-2/+4
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-30/+37
* zebra: Coverity Code CleanupDonald Sharp2017-08-251-1/+0
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-0/+1
* zebra: start detangling rtadv & irdpDavid Lamparter2017-08-151-1/+76
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+3
* *: reindent pt. 2whitespace / reindent2017-07-171-3/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1209/+1180
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-9/+9
|\