index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bfd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
zebra: fix compiler warning about truncation.
Christian Hopps
1
-3
/
+4
2024-01-29
topotests: vpnv4 route leaking with import-check
Louis Scalbert
5
-7
/
+33
2024-01-29
bgpd: fix VRF leaking with 'network import-check' (4/4)
Louis Scalbert
1
-1
/
+1
2024-01-29
bgpd: fix VRF leaking with 'network import-check' (3/4)
Louis Scalbert
4
-5
/
+40
2024-01-29
bgpd: fix VRF leaking with 'network import-check' (2/4)
Louis Scalbert
1
-12
/
+10
2024-01-29
bgpd: fix VRF leaking with 'network import-check' (1/4)
Louis Scalbert
1
-7
/
+13
2024-01-28
zebra, build: disable irdp by default
Igor Ryzhov
5
-8
/
+6
2024-01-28
lib, mgmtd, zebra: cleanup of zebra conversion to mgmtd
Igor Ryzhov
7
-128
/
+104
2024-01-28
zebra: convert to mgmtd
Igor Ryzhov
28
-3285
/
+3012
2024-01-28
build: remove mgmtd exception from xref2vtysh
Igor Ryzhov
2
-12
/
+2
2024-01-28
lib: use shared candidate between vty and mgmtd client
Igor Ryzhov
1
-2
/
+2
2024-01-28
lib: convert affinity-map to mgmtd
Igor Ryzhov
7
-38
/
+22
2024-01-28
lib: fix yang_dnode_dup
Igor Ryzhov
1
-1
/
+2
2024-01-28
zebra: convert vrf configuration output to NB
Igor Ryzhov
12
-157
/
+218
2024-01-28
zebra: make vrf netns commands do nothing
Igor Ryzhov
1
-37
/
+1
2024-01-28
zebra: convert table range command to NB
Igor Ryzhov
7
-73
/
+211
2024-01-28
zebra: convert resolve-via-default commands to NB
Igor Ryzhov
5
-37
/
+162
2024-01-28
zebra: fix vni NB conversion
Igor Ryzhov
4
-232
/
+41
2024-01-28
zebra: convert route-map delay-timer command to NB
Igor Ryzhov
6
-16
/
+42
2024-01-28
zebra: convert ip nht commands to NB
Igor Ryzhov
6
-84
/
+206
2024-01-28
zebra: convert ip protocol commands to NB
Igor Ryzhov
6
-82
/
+202
2024-01-28
zebra: convert router-id commands to NB
Igor Ryzhov
7
-137
/
+174
2024-01-28
zebra: convert interface configuration output to NB
Igor Ryzhov
11
-334
/
+733
2024-01-28
zebra: fix build with --disable-rtadv
Igor Ryzhov
5
-4
/
+32
2024-01-28
zebra: convert PTM configuration to NB
Igor Ryzhov
7
-25
/
+152
2024-01-28
lib: add support for "features" when loading YANG modules
Igor Ryzhov
7
-9
/
+26
2024-01-28
zebra: convert interface ipv6 nd dnssl command to NB
Igor Ryzhov
6
-96
/
+175
2024-01-28
zebra: convert interface ipv6 nd rdnss command to NB
Igor Ryzhov
6
-87
/
+159
2024-01-28
zebra: convert interface ipv6 nd prefix command to NB
Igor Ryzhov
6
-121
/
+386
2024-01-28
zebra: convert interface ipv6 nd router-preference command to NB
Igor Ryzhov
5
-38
/
+69
2024-01-28
zebra: convert interface ipv6 nd home-agent-lifetime command to NB
Igor Ryzhov
5
-25
/
+72
2024-01-28
zebra: convert interface ipv6 nd home-agent-preference command to NB
Igor Ryzhov
5
-25
/
+71
2024-01-28
zebra: convert interface ipv6 nd adv-interval-option command to NB
Igor Ryzhov
5
-27
/
+52
2024-01-28
zebra: convert interface ipv6 nd home-agent-config-flag command to NB
Igor Ryzhov
5
-24
/
+51
2024-01-28
zebra: convert interface ipv6 nd ra-fast-retrans command to NB
Igor Ryzhov
5
-36
/
+50
2024-01-28
zebra: convert interface ipv6 nd ra-hop-limit command to NB
Igor Ryzhov
5
-38
/
+81
2024-01-28
zebra: convert interface ipv6 nd ra-retrans-interval command to NB
Igor Ryzhov
5
-37
/
+53
2024-01-28
zebra: convert interface ipv6 nd mtu command to NB
Igor Ryzhov
5
-22
/
+53
2024-01-28
zebra: convert interface ipv6 nd other-config-flag command to NB
Igor Ryzhov
5
-24
/
+52
2024-01-28
zebra: convert interface ipv6 nd managed-config-flag command to NB
Igor Ryzhov
5
-24
/
+53
2024-01-28
zebra: convert interface ipv6 nd reachable-time command to NB
Igor Ryzhov
5
-24
/
+55
2024-01-28
zebra: convert interface ipv6 nd ra interval/lifetime commands to NB
Igor Ryzhov
6
-150
/
+206
2024-01-28
zebra: convert interface ipv6 nd suppress-ra command to NB
Igor Ryzhov
6
-40
/
+70
2024-01-28
zebra: convert interface evpn mh uplink command to NB
Igor Ryzhov
6
-11
/
+47
2024-01-28
zebra: convert interface evpn mh bypass command to NB
Igor Ryzhov
6
-17
/
+43
2024-01-28
zebra: convert interface evpn mh es-df-pref command to NB
Igor Ryzhov
7
-31
/
+66
2024-01-28
zebra: convert interface evpn mh es-id commands to NB
Igor Ryzhov
9
-159
/
+361
2024-01-28
zebra: convert interface link-params packet-loss command to NB
Igor Ryzhov
6
-45
/
+78
2024-01-28
lib: fix conversion of yang decimal64 to double
Igor Ryzhov
1
-5
/
+4
2024-01-28
zebra: convert interface link-params delay commands to NB
Igor Ryzhov
5
-136
/
+299
[next]