index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zebra
/
rtadv.c
Age
Commit message (
Expand
)
Author
2023-03-24
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
*: Convert thread_add_XXX functions to event_add_XXX
Donald 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 IDs
David Lamparter
2022-12-17
zebra: Notice Optional Router Advertisement types that are not handled
Donald Sharp
2022-10-26
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-04
zebra: ignore unspec RetransTimer in RA validation
Trey Aspelund
2022-10-04
zebra: show local/rx values in RA mismatch debugs
Trey Aspelund
2022-09-23
zebra: changes for code maintainability
sri-mohan1
2022-07-19
zebra: Add some more data to rtadv socket failures
Donald Sharp
2022-06-24
zebra: Fix rtadv startup when config read in is before interface up
Donald Sharp
2022-05-21
zebra: clean up rtadv integration
David Lamparter
2022-05-11
*: Properly use memset() when zeroing
Donatas Abraitis
2022-03-31
zebra: don't send RAs w/o LLv6 or on bridge-ports
Trey Aspelund
2022-02-23
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-04
Merge pull request #10501 from donaldsharp/more_zebra_show
Jafar Al-Gharaibeh
2022-02-04
zebra: Add knowledge about RA and RFC 5549 to `show zebra`
Donald Sharp
2022-01-28
zebra: Make Router Advertisement warnings show up once every 6 hours
Donald Sharp
2021-11-22
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-16
*: unify if_is_loopback/if_is_loopback_or_vrf
Igor Ryzhov
2021-11-05
zebar: Fix the RA sent fail in netns mode
LEI BAO
2021-11-05
zebra: Fix the RA send failed in netns mode
LEI BAO
2021-11-02
zebra: Fix the RA packets can not sent out
LEI BAO
2021-09-30
*: cleanup interface loopback/vrf check
Igor Ryzhov
2021-07-01
*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN
Donatas Abraitis
2021-06-08
zebra: print adv_if count with %zu
Stephen Worley
2021-06-08
zebra: add show command for RA interface lists
Stephen Worley
2021-06-08
zebra: rework RA handling for vrf-lite
Stephen Worley
2021-04-28
lib, bgpd, zebra: RA interval is unsigned
Quentin Young
2021-03-22
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2020-10-22
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-07-14
*: un-split strings across lines
David Lamparter
2020-05-21
zebra: Allow zebra to gracefully handle rtadv when not configured
Donald Sharp
2020-05-21
zebra: allow rtadv.c to compile with `--enable-rtadv=no`
Donald Sharp
2020-05-08
zebra: Remove enum around ipv6_nd_suppress_ra_status
Donald Sharp
2020-04-29
zebra: add ability to set retransmit timer for IPv6 RAs
Don Slice
2020-04-15
zebra: add ability to set hoplimit for IPv6 RAs
Don Slice
2020-04-02
zebra: Add some vrf information to RA logs
Donald Sharp
2020-04-02
zebra: Don't kill the global rtadv socket when a vrf is deleted
Donald Sharp
2020-03-10
zebra: delete ipv6 RA prefix entries when zebra is killed
Don Slice
2020-03-08
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-02-18
zebra: fix missing rtadv stub functions
Mark Stapp
2020-02-14
zebra: add all ipv6 global addresses to RA messages
Don Slice
2020-01-03
zebra: disallow negative rtadv intvl, fix overflow
Quentin Young
2019-12-03
zebra: send RA lifetime of 0 before ceasing to advertise RAs
Don Slice
2019-12-02
*: generously apply const
David Lamparter
2019-11-22
zebra: knob to make ra retransmit interval rfc compliant
Don Slice
[next]