index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
staticd
/
static_zebra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: 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
-14
/
+1
*
lib: remove concurrent nexthop zapi (un)registration
Louis Scalbert
2023-01-24
1
-2
/
+0
*
lib: do not reopen a zclient socket for bfd
Louis Scalbert
2023-01-24
1
-0
/
+5
*
staticd: BFD integration northbound support
Rafael Zalamena
2023-01-13
1
-0
/
+4
*
lib, staticd: return values even after an assert
Donald Sharp
2022-12-16
1
-0
/
+1
*
staticd: redo VRF_DEFAULT NHT registers on connect
David Lamparter
2022-04-24
1
-0
/
+3
*
staticd: merge NHT register & update, reorganize
David Lamparter
2022-04-24
1
-51
/
+37
*
staticd: use double pointer for NHT decref
David Lamparter
2022-04-24
1
-18
/
+26
*
staticd: minor refactor NHT register code
David Lamparter
2022-04-24
1
-51
/
+39
*
*: Fix spelling of Inteface
Donald Sharp
2022-04-02
1
-1
/
+1
*
staticd: track nexthops per-SAFI
David Lamparter
2022-03-27
1
-13
/
+24
*
staticd: use inline prefix in NHT data
David Lamparter
2022-03-27
1
-14
/
+10
*
staticd: use typesafe static_nht_hash
David Lamparter
2022-03-27
1
-55
/
+76
*
*: 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
-7
/
+8
*
Merge pull request #10678 from donaldsharp/staticd_make_check_fix
Jafar Al-Gharaibeh
2022-02-28
1
-0
/
+1
|
\
|
*
staticd: Fix `make check` failures
Donald Sharp
2022-02-28
1
-0
/
+1
*
|
staticd: Don't register existing nexthop to zebra
Xiao Liang
2022-02-28
1
-6
/
+11
|
/
*
staticd: reject route config with too many nexthops
Mark Stapp
2022-02-17
1
-0
/
+4
*
staticd: capture zebra's advertised ECMP limit
Mark Stapp
2022-02-17
1
-0
/
+1
*
staticd: remove unnecessary function call
Igor Ryzhov
2021-11-23
1
-7
/
+0
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-2
/
+3
*
*: clean up ifp-by-local-address function(s)
David Lamparter
2021-11-17
1
-6
/
+2
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-5
/
+9
*
*: Add resolve via default flag
Donald Sharp
2021-09-27
1
-1
/
+1
*
staticd: simplify the northbound code
Igor Ryzhov
2021-07-09
1
-10
/
+11
*
tests: add grpc unit test
Christian Hopps
2021-06-06
1
-0
/
+10
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
1
-1
/
+2
*
bgpd: Advertise FIB installed routes to bgp peers (Part 1)
Soman K S
2020-11-06
1
-1
/
+2
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-9
/
+6
*
Merge pull request #6882 from vishaldhingra/static
Donald Sharp
2020-10-03
1
-5
/
+4
|
\
|
*
staticd : Added the warning log for route when VRF is not ready.
vdhingra
2020-09-01
1
-5
/
+4
*
|
*: make failure to decode nht update an error
Quentin Young
2020-10-01
1
-1
/
+1
|
/
*
staticd: add support for SR Policies
Sebastien Merle
2020-08-12
1
-0
/
+4
*
staticd : Configuration northbound implementation
vdhingra
2020-07-16
1
-51
/
+91
*
staticd,zebra: use ALLOW_RECURSION for static routes
Mark Stapp
2020-07-07
1
-0
/
+1
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-6
/
+6
*
*: revise zapi nexthop encoding
Mark Stapp
2019-12-06
1
-2
/
+3
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
*: Convert prefix_free to double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
Merge pull request #5009 from donaldsharp/interface_deletion
Russ White
2019-09-30
1
-60
/
+18
|
\
|
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-20
/
+1
|
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-13
/
+2
|
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-33
/
+9
|
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-14
/
+2
|
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+24
*
|
staticd: register to interface events related with non default vrf
Philippe Guibert
2019-09-17
1
-0
/
+14
|
/
*
staticd: static route config should fail if gw configured as its local ip.
rgirada
2019-09-07
1
-0
/
+25
[next]