summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Notice Optional Router Advertisement types that are not handledDonald Sharp2022-12-171-0/+29
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* zebra: ignore unspec RetransTimer in RA validationTrey Aspelund2022-10-041-1/+2
* zebra: show local/rx values in RA mismatch debugsTrey Aspelund2022-10-041-10/+19
* zebra: changes for code maintainabilitysri-mohan12022-09-231-2/+1
* zebra: Add some more data to rtadv socket failuresDonald Sharp2022-07-191-1/+13
* zebra: Fix rtadv startup when config read in is before interface upDonald Sharp2022-06-241-8/+33
* zebra: clean up rtadv integrationDavid Lamparter2022-05-211-56/+102
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* zebra: don't send RAs w/o LLv6 or on bridge-portsTrey Aspelund2022-03-311-3/+5
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-7/+3
* Merge pull request #10501 from donaldsharp/more_zebra_showJafar Al-Gharaibeh2022-02-041-0/+25
|\
| * zebra: Add knowledge about RA and RFC 5549 to `show zebra`Donald Sharp2022-02-041-0/+25
* | zebra: Make Router Advertisement warnings show up once every 6 hoursDonald Sharp2022-01-281-11/+32
|/
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-60/+27
* *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-11/+11
* zebar: Fix the RA sent fail in netns modeLEI BAO2021-11-051-1/+1
* zebra: Fix the RA send failed in netns modeLEI BAO2021-11-051-1/+1
* zebra: Fix the RA packets can not sent outLEI BAO2021-11-021-2/+2
* *: cleanup interface loopback/vrf checkIgor Ryzhov2021-09-301-23/+11
* *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* zebra: print adv_if count with %zuStephen Worley2021-06-081-6/+6
* zebra: add show command for RA interface listsStephen Worley2021-06-081-1/+73
* zebra: rework RA handling for vrf-liteStephen Worley2021-06-081-65/+272
* lib, bgpd, zebra: RA interval is unsignedQuentin Young2021-04-281-11/+2
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-3/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* zebra: Allow zebra to gracefully handle rtadv when not configuredDonald Sharp2020-05-211-0/+24
* zebra: allow rtadv.c to compile with `--enable-rtadv=no`Donald Sharp2020-05-211-5/+5
* zebra: Remove enum around ipv6_nd_suppress_ra_statusDonald Sharp2020-05-081-2/+2
* zebra: add ability to set retransmit timer for IPv6 RAsDon Slice2020-04-291-5/+57
* zebra: add ability to set hoplimit for IPv6 RAsDon Slice2020-04-151-1/+60
* zebra: Add some vrf information to RA logsDonald Sharp2020-04-021-50/+97
* zebra: Don't kill the global rtadv socket when a vrf is deletedDonald Sharp2020-04-021-4/+10
* zebra: delete ipv6 RA prefix entries when zebra is killedDon Slice2020-03-101-2/+15
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-3/+3
* zebra: fix missing rtadv stub functionsMark Stapp2020-02-181-0/+21
* zebra: add all ipv6 global addresses to RA messagesDon Slice2020-02-141-27/+107
* zebra: disallow negative rtadv intvl, fix overflowQuentin Young2020-01-041-4/+13
* zebra: send RA lifetime of 0 before ceasing to advertise RAsDon Slice2019-12-031-5/+43
* *: generously apply constDavid Lamparter2019-12-021-1/+3
* zebra: knob to make ra retransmit interval rfc compliantDon Slice2019-11-221-5/+82
* zebra: Router Advertisement socket mess upDonald Sharp2019-11-191-11/+6
* *: strip trailing whitespaceQuentin Young2019-09-301-2/+2
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-7/+7
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-7/+7
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-7/+7