index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
staticd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-2
/
+2
*
staticd: remove unnecessary function call
Igor Ryzhov
2021-11-23
1
-7
/
+0
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
4
-18
/
+7
*
*: clean up ifp-by-local-address function(s)
David Lamparter
2021-11-17
2
-10
/
+6
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
Merge pull request #9854 from opensourcerouting/zapi-call-table
Russ White
2021-10-26
1
-5
/
+9
|
\
|
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-5
/
+9
*
|
Merge pull request #9824 from idryzhov/nb-cli-const-lyd-node
Donald Sharp
2021-10-25
2
-16
/
+24
|
\
\
|
|
/
|
/
|
|
*
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
2
-16
/
+24
*
|
*: Add resolve via default flag
Donald Sharp
2021-09-27
1
-1
/
+1
|
/
*
staticd: output config using NB callbacks instead of operational data
Igor Ryzhov
2021-08-31
4
-142
/
+307
*
staticd: convert typedef to enum
Igor Ryzhov
2021-08-31
4
-14
/
+16
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
|
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
|
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+1
*
|
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
|
/
*
staticd: warn on attempted delete of non-existent route
Wesley Coakley
2021-08-19
1
-1
/
+2
*
staticd: replace NB checks with assert
Igor Ryzhov
2021-08-09
2
-16
/
+1
*
Merge pull request #9023 from idryzhov/static-nb
Donald Sharp
2021-08-05
6
-372
/
+134
|
\
|
*
staticd: simplify the northbound code
Igor Ryzhov
2021-07-09
6
-372
/
+134
*
|
staticd: fix late initialization of blackhole type
anlan_cs
2021-07-10
1
-3
/
+4
|
/
*
*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELEN
Donatas Abraitis
2021-07-01
1
-1
/
+2
*
tests: add grpc unit test
Christian Hopps
2021-06-06
8
-1
/
+70
*
Merge pull request #8740 from mjstapp/fix_static_ret
Igor Ryzhov
2021-05-28
1
-3
/
+2
|
\
|
*
staticd: return SUCCESS when deleting non-existent route
Mark Stapp
2021-05-27
1
-3
/
+2
*
|
staticd: fix distance processing
Igor Ryzhov
2021-05-25
2
-6
/
+59
|
/
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
3
-41
/
+2
*
*: make sure `config.h` or `zebra.h` is first
David Lamparter
2021-04-23
2
-0
/
+4
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
2
-6
/
+0
*
*: modify VRF_CONFIGURED flag only in VRF NB layer
Igor Ryzhov
2021-03-28
3
-32
/
+0
*
staticd: kill static_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
7
-122
/
+68
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
2
-2
/
+2
*
Merge pull request #8158 from idryzhov/staticd-fix-blackhole
Russ White
2021-03-09
1
-0
/
+36
|
\
|
*
staticd: forbid blackhole and non-blackhole nexthops in a single route
Igor Ryzhov
2021-03-03
1
-0
/
+36
*
|
staticd: warn on attempted delete of non-existent route
Wesley Coakley
2021-03-02
1
-1
/
+4
|
/
*
Merge pull request #8095 from idryzhov/fix-nb-stale-pointers
Russ White
2021-02-23
1
-0
/
+2
|
\
|
*
lib: register dependency between control plane protocol and vrf nb nodes
Igor Ryzhov
2021-02-22
1
-0
/
+2
*
|
staticd: fix vrf enabling
Igor Ryzhov
2021-02-17
1
-0
/
+2
*
|
staticd: fix nexthop creation and installation
Igor Ryzhov
2021-02-17
4
-65
/
+10
*
|
staticd: fix nexthop validation
Igor Ryzhov
2021-02-17
3
-5
/
+11
|
/
*
Merge pull request #7863 from chiragshah6/mdev
Russ White
2021-01-19
3
-89
/
+43
|
\
|
*
staticd: handle when condition check in nb callbacks
Chirag Shah
2021-01-13
3
-89
/
+43
*
|
staticd: Backend cofiguration code to fix table-id problem
vdhingra
2021-01-12
5
-125
/
+36
*
|
staticd: autogenerated code modifications due to yang changes
vdhingra
2021-01-10
2
-16
/
+0
|
/
*
Merge pull request #7478 from donaldsharp/buffer
Mark Stapp
2020-11-18
1
-1
/
+2
|
\
|
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
1
-1
/
+2
*
|
bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFI
Donald Sharp
2020-11-15
2
-37
/
+26
|
/
*
Merge pull request #4770 from kssoman/fib
Santosh P K
2020-11-12
1
-1
/
+2
|
\
[prev]
[next]