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
*
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
*
staticd: Re-send/Remove routes on interface events
Stephen Worley
2019-09-04
1
-1
/
+7
*
staticd: Track state of where we are and limit installs/updates to min
Donald Sharp
2019-07-16
1
-0
/
+8
*
staticd: Setup nexthop tracking instead of installing route
Donald Sharp
2019-07-16
1
-1
/
+6
*
staticd: Fix static_nht_update to actually know route we are installing
Donald Sharp
2019-07-16
1
-3
/
+4
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-4
/
+3
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-3
/
+4
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-18
/
+10
*
*: The onlink attribute should be owned by the nexthop not the route.
Donald Sharp
2019-01-27
1
-2
/
+2
*
staticd: Do not ready prefix for printing till it's decoded
Donald Sharp
2018-12-29
1
-2
/
+2
*
Merge pull request #3311 from dslicenc/static-int-up
David Lamparter
2018-11-19
1
-4
/
+10
|
\
|
*
staticd: install static routes in a vrf when next-hop interface comes up
Don Slice
2018-11-12
1
-4
/
+10
*
|
*: Replace zclient_new with zclient_new_notify
Donald Sharp
2018-11-12
1
-1
/
+1
|
/
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-2
/
+2
*
staticd: add ability to create onlink static route
Quentin Young
2018-10-16
1
-0
/
+2
*
staticd: Allow table_id to be a distinguisher for installation
Donald Sharp
2018-09-14
1
-0
/
+3
*
staticd: Fix mixup in vrf translations
Donald Sharp
2018-08-31
1
-3
/
+19
*
staticd: refcount the nht add/removal
Donald Sharp
2018-08-25
1
-2
/
+90
*
static: remove useless debug variable
Philippe Guibert
2018-08-22
1
-1
/
+0
*
staticd: do not forget to set table id marker on zebra message
Philippe Guibert
2018-08-22
1
-2
/
+4
*
staticd: Fix null pointer access (coverity 1472311)
Emanuele Di Pascale
2018-08-09
1
-1
/
+1
*
staticd: Allow daemon to have backup static routes
Donald Sharp
2018-07-29
1
-18
/
+16
*
staticd: Code review comments fixes
Donald Sharp
2018-07-29
1
-8
/
+8
*
staticd: Fix recursive routes for certain types of nexthops
Donald Sharp
2018-07-29
1
-2
/
+2
*
staticd: Start the addition of a staticd
Donald Sharp
2018-07-29
1
-0
/
+377