index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rtadv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Fix spelling errors found
Donald Sharp
2024-08-15
1
-1
/
+1
*
zebra: rtadv uses uninited data to sendmsg
Donald Sharp
2024-04-10
1
-5
/
+5
*
zebra: convert to mgmtd
Igor Ryzhov
2024-01-28
1
-694
/
+0
*
zebra: convert interface configuration output to NB
Igor Ryzhov
2024-01-28
1
-131
/
+225
*
zebra: convert interface ipv6 nd dnssl command to NB
Igor Ryzhov
2024-01-28
1
-96
/
+29
*
zebra: convert interface ipv6 nd rdnss command to NB
Igor Ryzhov
2024-01-28
1
-87
/
+25
*
zebra: convert interface ipv6 nd prefix command to NB
Igor Ryzhov
2024-01-28
1
-121
/
+77
*
zebra: convert interface ipv6 nd router-preference command to NB
Igor Ryzhov
2024-01-28
1
-38
/
+11
*
zebra: convert interface ipv6 nd home-agent-lifetime command to NB
Igor Ryzhov
2024-01-28
1
-25
/
+12
*
zebra: convert interface ipv6 nd home-agent-preference command to NB
Igor Ryzhov
2024-01-28
1
-25
/
+11
*
zebra: convert interface ipv6 nd adv-interval-option command to NB
Igor Ryzhov
2024-01-28
1
-27
/
+12
*
zebra: convert interface ipv6 nd home-agent-config-flag command to NB
Igor Ryzhov
2024-01-28
1
-24
/
+11
*
zebra: convert interface ipv6 nd ra-fast-retrans command to NB
Igor Ryzhov
2024-01-28
1
-36
/
+11
*
zebra: convert interface ipv6 nd ra-hop-limit command to NB
Igor Ryzhov
2024-01-28
1
-38
/
+12
*
zebra: convert interface ipv6 nd ra-retrans-interval command to NB
Igor Ryzhov
2024-01-28
1
-37
/
+11
*
zebra: convert interface ipv6 nd mtu command to NB
Igor Ryzhov
2024-01-28
1
-22
/
+11
*
zebra: convert interface ipv6 nd other-config-flag command to NB
Igor Ryzhov
2024-01-28
1
-24
/
+11
*
zebra: convert interface ipv6 nd managed-config-flag command to NB
Igor Ryzhov
2024-01-28
1
-24
/
+11
*
zebra: convert interface ipv6 nd reachable-time command to NB
Igor Ryzhov
2024-01-28
1
-24
/
+11
*
zebra: convert interface ipv6 nd ra interval/lifetime commands to NB
Igor Ryzhov
2024-01-28
1
-150
/
+58
*
zebra: convert interface ipv6 nd suppress-ra command to NB
Igor Ryzhov
2024-01-28
1
-40
/
+14
*
*: Remove cost of including netinet/icmp.h everywhere
Donald Sharp
2024-01-04
1
-0
/
+1
*
zebra: Don't leak memory in rtadv.c code on shutdown
Donald Sharp
2023-12-12
1
-17
/
+13
*
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-21
1
-1
/
+1
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
zebra: Notice Optional Router Advertisement types that are not handled
Donald Sharp
2022-12-17
1
-0
/
+29
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
zebra: ignore unspec RetransTimer in RA validation
Trey Aspelund
2022-10-04
1
-1
/
+2
*
zebra: show local/rx values in RA mismatch debugs
Trey Aspelund
2022-10-04
1
-10
/
+19
*
zebra: changes for code maintainability
sri-mohan1
2022-09-23
1
-2
/
+1
*
zebra: Add some more data to rtadv socket failures
Donald Sharp
2022-07-19
1
-1
/
+13
*
zebra: Fix rtadv startup when config read in is before interface up
Donald Sharp
2022-06-24
1
-8
/
+33
*
zebra: clean up rtadv integration
David Lamparter
2022-05-21
1
-56
/
+102
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-2
/
+2
*
zebra: don't send RAs w/o LLv6 or on bridge-ports
Trey Aspelund
2022-03-31
1
-3
/
+5
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-7
/
+3
*
Merge pull request #10501 from donaldsharp/more_zebra_show
Jafar Al-Gharaibeh
2022-02-04
1
-0
/
+25
|
\
|
*
zebra: Add knowledge about RA and RFC 5549 to `show zebra`
Donald Sharp
2022-02-04
1
-0
/
+25
*
|
zebra: Make Router Advertisement warnings show up once every 6 hours
Donald Sharp
2022-01-28
1
-11
/
+32
|
/
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-60
/
+27
*
*: unify if_is_loopback/if_is_loopback_or_vrf
Igor Ryzhov
2021-11-16
1
-11
/
+11
*
zebar: Fix the RA sent fail in netns mode
LEI BAO
2021-11-05
1
-1
/
+1
*
zebra: Fix the RA send failed in netns mode
LEI BAO
2021-11-05
1
-1
/
+1
*
zebra: Fix the RA packets can not sent out
LEI BAO
2021-11-02
1
-2
/
+2
*
*: cleanup interface loopback/vrf check
Igor Ryzhov
2021-09-30
1
-23
/
+11
[next]