summaryrefslogtreecommitdiff
path: root/zebra/rtadv.c
AgeCommit message (Expand)Author
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28zebra: convert interface configuration output to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd dnssl command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd rdnss command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd prefix command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd router-preference command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd home-agent-lifetime command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd home-agent-preference command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd adv-interval-option command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd home-agent-config-flag command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd ra-fast-retrans command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd ra-hop-limit command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd ra-retrans-interval command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd mtu command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd other-config-flag command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd managed-config-flag command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd reachable-time command to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd ra interval/lifetime commands to NBIgor Ryzhov
2024-01-28zebra: convert interface ipv6 nd suppress-ra command to NBIgor Ryzhov
2024-01-04*: Remove cost of including netinet/icmp.h everywhereDonald Sharp
2023-12-12zebra: Don't leak memory in rtadv.c code on shutdownDonald Sharp
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
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