summaryrefslogtreecommitdiff
path: root/zebra/rtadv.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-17zebra: Notice Optional Router Advertisement types that are not handledDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-04zebra: ignore unspec RetransTimer in RA validationTrey Aspelund
2022-10-04zebra: show local/rx values in RA mismatch debugsTrey Aspelund
2022-09-23zebra: changes for code maintainabilitysri-mohan1
2022-07-19zebra: Add some more data to rtadv socket failuresDonald Sharp
2022-06-24zebra: Fix rtadv startup when config read in is before interface upDonald Sharp
2022-05-21zebra: clean up rtadv integrationDavid Lamparter
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-03-31zebra: don't send RAs w/o LLv6 or on bridge-portsTrey Aspelund
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-04Merge pull request #10501 from donaldsharp/more_zebra_showJafar Al-Gharaibeh
2022-02-04zebra: Add knowledge about RA and RFC 5549 to `show zebra`Donald Sharp
2022-01-28zebra: Make Router Advertisement warnings show up once every 6 hoursDonald Sharp
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-16*: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov
2021-11-05zebar: Fix the RA sent fail in netns modeLEI BAO
2021-11-05zebra: Fix the RA send failed in netns modeLEI BAO
2021-11-02zebra: Fix the RA packets can not sent outLEI BAO
2021-09-30*: cleanup interface loopback/vrf checkIgor Ryzhov
2021-07-01*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis
2021-06-08zebra: print adv_if count with %zuStephen Worley
2021-06-08zebra: add show command for RA interface listsStephen Worley
2021-06-08zebra: rework RA handling for vrf-liteStephen Worley
2021-04-28lib, bgpd, zebra: RA interval is unsignedQuentin Young
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-07-14*: un-split strings across linesDavid Lamparter
2020-05-21zebra: Allow zebra to gracefully handle rtadv when not configuredDonald Sharp
2020-05-21zebra: allow rtadv.c to compile with `--enable-rtadv=no`Donald Sharp
2020-05-08zebra: Remove enum around ipv6_nd_suppress_ra_statusDonald Sharp
2020-04-29zebra: add ability to set retransmit timer for IPv6 RAsDon Slice
2020-04-15zebra: add ability to set hoplimit for IPv6 RAsDon Slice
2020-04-02zebra: Add some vrf information to RA logsDonald Sharp
2020-04-02zebra: Don't kill the global rtadv socket when a vrf is deletedDonald Sharp
2020-03-10zebra: delete ipv6 RA prefix entries when zebra is killedDon Slice
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-18zebra: fix missing rtadv stub functionsMark Stapp
2020-02-14zebra: add all ipv6 global addresses to RA messagesDon Slice
2020-01-03zebra: disallow negative rtadv intvl, fix overflowQuentin Young
2019-12-03zebra: send RA lifetime of 0 before ceasing to advertise RAsDon Slice
2019-12-02*: generously apply constDavid Lamparter
2019-11-22zebra: knob to make ra retransmit interval rfc compliantDon Slice