index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_zebra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: use `zclient->nexthop_update`
David Lamparter
2023-11-20
1
-18
/
+10
*
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
1
-8
/
+8
*
ospfd, ospf6d: log when GR messages are sent to zebra
Renato Westphal
2023-05-09
1
-0
/
+6
*
ospf6d: add support for unplanned graceful restart
Renato Westphal
2023-05-09
1
-0
/
+10
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
ospf6d: handle redistributed routes without nexthop addresses
Renato Westphal
2023-03-02
1
-2
/
+4
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
ospf6: permit route delete without nexthops
Mark Stapp
2022-06-17
1
-9
/
+18
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
*: add SAFI argument to zclient_send_rnh
David Lamparter
2022-03-27
1
-2
/
+2
*
*: When matching against a nexthop send and process what it matched against
Donald Sharp
2022-03-12
1
-3
/
+4
*
ospf6d: Fix spelling mistakes
Donald Sharp
2022-02-14
1
-1
/
+1
*
ospf6d: Fix memory leak for `show ipv6 ospf6 zebra json`
Donatas Abraitis
2022-01-31
1
-3
/
+1
*
lib, ospfd, ospf6d, zebra: add OSPF opaque route attributes
Renato Westphal
2022-01-15
1
-0
/
+37
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-8
/
+11
*
ospf6d: Make ospfv3 use normal address resolution instead of import route
Donald Sharp
2021-09-27
1
-3
/
+3
*
*: Add resolve via default flag
Donald Sharp
2021-09-27
1
-1
/
+2
*
Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originate
Russ White
2021-09-24
1
-0
/
+57
|
\
|
*
ospf6d: implement Type-7 default routes for NSSA areas
Renato Westphal
2021-09-21
1
-0
/
+57
*
|
Merge pull request #9084 from louis-oui/fix-ospf6-router-id
Igor Ryzhov
2021-09-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
ospf6d: don't update router-id if at least one adjacency is Full
Louis Scalbert
2021-09-21
1
-1
/
+1
*
|
ospf6d: introduce support for Graceful Restart (restarting mode)
Renato Westphal
2021-09-16
1
-0
/
+67
|
/
*
Merge pull request #8944 from opensourcerouting/ospf6-mtu-revert
Igor Ryzhov
2021-07-27
1
-21
/
+0
|
\
|
*
Revert "ospf6d: Limit the number of interface addresses being supported"
David Lamparter
2021-06-29
1
-21
/
+0
*
|
lib,ospfd,ospf6d: remove duplicated function
Rafael Zalamena
2021-07-09
1
-11
/
+1
*
|
Revert "ospf6d: fix LSAs remain in LSDB with an old router-id value"
Donald Sharp
2021-07-02
1
-1
/
+1
*
|
ospf6d: factorize router-id update
Louis Scalbert
2021-07-01
1
-1
/
+1
*
|
ospf6d: don't update router-id if at least one adjacency is Full
Louis Scalbert
2021-07-01
1
-1
/
+1
*
|
ospf6d: use per-vrf router id instead of one global
Igor Ryzhov
2021-06-29
1
-5
/
+6
|
/
*
ospf6d: Limit the number of interface addresses being supported
lynne
2021-05-11
1
-1
/
+22
*
ospf6d: Add CLI and logic for default-information originate command
Yash Ranjan
2021-03-29
1
-0
/
+15
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
ospf6d: Convert to use builtin printf functionality
Donald Sharp
2021-03-14
1
-7
/
+3
*
ospf6d: add CLI to control maximum paths for routes.
Mobashshera Rasool
2021-02-01
1
-1
/
+8
*
ospf6: fix crash on shutdown
Igor Ryzhov
2020-11-30
1
-1
/
+2
*
Merge pull request #7478 from donaldsharp/buffer
Mark Stapp
2020-11-18
1
-1
/
+1
|
\
|
*
bgpd, lib, sharpd: Add enum for zclient_send_message return
Donald Sharp
2020-11-15
1
-1
/
+1
*
|
ospf6d: Json support added for command "show ipv6 ospf6 zebra [json]"
github login name
2020-11-17
1
-17
/
+51
|
/
*
Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6
Rafael Zalamena
2020-11-03
1
-15
/
+59
|
\
|
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-15
/
+59
*
|
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-15
/
+6
*
|
ospf6d: Convert to using %pFX
Donald Sharp
2020-10-17
1
-28
/
+10
|
/
*
ospf6d : Preparing for ospf6d VRF support.
Kaushik
2020-09-01
1
-11
/
+11
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-2
/
+2
*
ospf6d: Fix spelling mistakes found by debian packaging
Donald Sharp
2020-03-14
1
-1
/
+1
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-4
/
+3
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-20
/
+0
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-20
/
+0
[next]