summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Fix spelling errors foundDonald Sharp2024-08-151-1/+1
* zebra: rtadv uses uninited data to sendmsgDonald Sharp2024-04-101-5/+5
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-694/+0
* zebra: convert interface configuration output to NBIgor Ryzhov2024-01-281-131/+225
* zebra: convert interface ipv6 nd dnssl command to NBIgor Ryzhov2024-01-281-96/+29
* zebra: convert interface ipv6 nd rdnss command to NBIgor Ryzhov2024-01-281-87/+25
* zebra: convert interface ipv6 nd prefix command to NBIgor Ryzhov2024-01-281-121/+77
* zebra: convert interface ipv6 nd router-preference command to NBIgor Ryzhov2024-01-281-38/+11
* zebra: convert interface ipv6 nd home-agent-lifetime command to NBIgor Ryzhov2024-01-281-25/+12
* zebra: convert interface ipv6 nd home-agent-preference command to NBIgor Ryzhov2024-01-281-25/+11
* zebra: convert interface ipv6 nd adv-interval-option command to NBIgor Ryzhov2024-01-281-27/+12
* zebra: convert interface ipv6 nd home-agent-config-flag command to NBIgor Ryzhov2024-01-281-24/+11
* zebra: convert interface ipv6 nd ra-fast-retrans command to NBIgor Ryzhov2024-01-281-36/+11
* zebra: convert interface ipv6 nd ra-hop-limit command to NBIgor Ryzhov2024-01-281-38/+12
* zebra: convert interface ipv6 nd ra-retrans-interval command to NBIgor Ryzhov2024-01-281-37/+11
* zebra: convert interface ipv6 nd mtu command to NBIgor Ryzhov2024-01-281-22/+11
* zebra: convert interface ipv6 nd other-config-flag command to NBIgor Ryzhov2024-01-281-24/+11
* zebra: convert interface ipv6 nd managed-config-flag command to NBIgor Ryzhov2024-01-281-24/+11
* zebra: convert interface ipv6 nd reachable-time command to NBIgor Ryzhov2024-01-281-24/+11
* zebra: convert interface ipv6 nd ra interval/lifetime commands to NBIgor Ryzhov2024-01-281-150/+58
* zebra: convert interface ipv6 nd suppress-ra command to NBIgor Ryzhov2024-01-281-40/+14
* *: Remove cost of including netinet/icmp.h everywhereDonald Sharp2024-01-041-0/+1
* zebra: Don't leak memory in rtadv.c code on shutdownDonald Sharp2023-12-121-17/+13
* *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-10/+10
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* 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