summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Add support for fast rexmit of RA on link transitions.Dinesh G Dutt2016-04-271-8/+29
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-0/+1
* lib, zebra: Rework zebra_ns to be a bit more modularDonald Sharp2016-04-151-0/+1
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-2/+0
* Zebra: Restrict IPv6 RA to valid interfacesvivek2016-03-221-7/+13
* Zebra: Cleanup and update RA debugsvivek2016-02-191-33/+46
* Zebra: Make RA socket operation on a per-NS basisvivek2016-02-191-68/+78
* Enable IPv6 ND RA for interfaces that have an IPv6 addressDaniel Walton2015-12-071-35/+52
* Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-0/+166
* Quagga: Cleanup RTADV defineDonald Sharp2015-11-201-2/+2
* zebra: maintain RTADV per VRFFeng Lu2015-10-301-66/+80
* zebra: zebra-warnings.patchDonald Sharp2015-05-201-1/+1
* zebra-rtadv-suppress-default-config.patchDonald Sharp2015-05-201-2/+0
* IPv6 RA debugs are too chattyDonald Sharp2015-05-201-1/+2
* 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes.Donald Sharp2015-05-201-5/+74
* *: nuke ^L (page feed)David Lamparter2014-06-041-3/+3
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-1/+1
* zebra: justify rtadv VTY commands with argumentsDenis Ovsienko2012-01-261-101/+110
* zebra: use prefix_ipv6 in rtadv_prefixDenis Ovsienko2012-01-261-10/+9
* zebra: clear host bits of ND RA prefix optionDenis Ovsienko2012-01-261-0/+2
* zebra: justify some IPv6 ND RA timers wrt RFCDenis Ovsienko2012-01-261-11/+59
* zebra: fix output of IPv6 ND RA optionsDenis Ovsienko2012-01-261-0/+14
* zebra: include MTU option in RA on request (BZ#665)Denis Ovsienko2012-01-201-0/+54
* zebra: fix IPv6 RA wrt interface removal (BZ#480)Denis Ovsienko2012-01-021-1/+1
* zebra: fix more warnings in rtadvStephen Hemminger2009-12-081-8/+5
* zebra: Fix router advertisements for non-Ethernet link layer addressesDavid Ward2009-09-011-2/+16
* RFC 4191 Default Router Preference support for router advertisementsChris Caputo2009-06-231-1/+63
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-10/+2
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-4/+4
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-26/+26
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-16/+8
* 2005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>vincent2005-03-251-14/+355
* 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-041-2/+2