summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-9/+9
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-27/+27
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-31/+32
* *: remove VTY_GET_*Quentin Young2017-06-271-7/+7
* zebra: Fix help string orderingDonald Sharp2017-06-021-2/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-13/+6
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-2/+2
* Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-061-7/+7
|\
| * Merge branch 'stable/2.0'David Lamparter2016-12-051-7/+7
| |\
| | * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-4/+4
| | * lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-3/+3
* | | all: Fix all underfull doc stringsQuentin Young2016-11-301-0/+1
|/ /
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-107/+47
|\|
| * zebra: use qobj and enable concurrent config editsDavid Lamparter2016-10-071-106/+47
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-1/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+1
* | zebra: refactor rtadv.cQuentin Young2016-09-251-443/+85
* | zebra: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-16/+27
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-9/+9
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-383/+344
* | zebra: argv update for all but zebra_vty.cDaniel Walton2016-09-221-17/+16
* | Revert "zebra: Fixup to use the new parser"Daniel Walton2016-09-221-19/+19
* | zebra: Fixup to use the new parserDonald Sharp2016-09-211-19/+19
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-22/+0
* zebra: stack overrun in IPv6 RA receive code (CVE ##TBA##)David Lamparter2016-09-011-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-4/+4
* zebra: Fix interface lookup for RA statisticsvivek2016-08-131-13/+13
* zebra: Add iface index to RA message count increment failure msgQuentin Young2016-06-211-1/+2
* zebra: Add ipv6 router advertisement message counterQuentin Young2016-06-201-0/+20
* zebra: use prefix2str for logging where possibleTimo Teräs2016-06-091-5/+3
* zebra: Fix leaked sockets in rtadv.cMorgan Stewart2016-05-261-6/+24
* zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2016-05-261-1/+2
* zebra: Ensure IPv6 RA configuration is displayed correctlyvivek2016-05-231-10/+2
* zebra: Accept and process RAs with lifetime of zerovivek2016-05-131-8/+7
* Revert "Zebra: Update/fix router_lifetime in IPv6 RAs"vivek2016-05-131-19/+8
* BGP: Set advertisement interval when triggering IPv6 RAsvivek2016-05-131-6/+17
* Zebra: Update/fix router_lifetime in IPv6 RAsvivek2016-05-031-8/+19
* BGP: Trigger IPv6 router advertisements upon config of unnumbered neighborvivek2016-05-021-1/+60