index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_encap_tlv.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
bgpd: Send Hard Reset Notification for BGP_NOTIFY_CEASE_ADMIN_RESET
Donatas Abraitis
5
-6
/
+89
2022-05-09
bgpd: remove one unnecessary parameter for evpn-mh
anlan_cs
3
-14
/
+9
2022-05-08
bgpd: remove unnecessary check for evpn
anlan_cs
2
-28
/
+4
2022-05-08
*: Avoid casting to the same type as on the left
Donatas Abraitis
11
-27
/
+21
2022-05-08
zebra, ospf6d: Do not check if NULL for XCALLOC()
Donatas Abraitis
2
-4
/
+0
2022-05-08
bgpd: clear misleading mismatched check
anlan_cs
1
-11
/
+5
2022-05-07
isisd: Prevent direct copy of different size prefix'es
Donald Sharp
1
-1
/
+1
2022-05-07
isisd: Remove unneeded pre-declarations
Donald Sharp
1
-19
/
+0
2022-05-07
isisd: Fix read past end of string
Donald Sharp
1
-1
/
+1
2022-05-07
*: Fix doesnt spelling mistakes
Donald Sharp
6
-10
/
+11
2022-05-06
zebra/interface.c: allow link-param delay min <= avg <= max
G. Paul Ziemba
1
-6
/
+17
2022-05-06
bgpd: Use uint64_t for bgp->flags
Donatas Abraitis
1
-1
/
+1
2022-05-06
pimd: un-dependency-hell `pim_instance.h`
David Lamparter
45
-2
/
+55
2022-05-06
pimd: pass down length for register messages
David Lamparter
4
-13
/
+21
2022-05-06
pim6d: fix Linux kernel header macro
David Lamparter
1
-1
/
+2
2022-05-06
bfdd: fix override between sessions
anlan_cs
1
-0
/
+8
2022-05-05
bgpd: Add CLI knob to enable graceful restart for BGP notifications
Donatas Abraitis
4
-3
/
+52
2022-05-04
bgpd: peer groups should not toggle interface based nht tracking
Donald Sharp
1
-2
/
+4
2022-05-04
bgpd: Refuse to let interfaced peering to change capability extended-nexthop
Donald Sharp
1
-0
/
+16
2022-05-04
bgpd: enhanced capability is always turned on for interface based peers
Donald Sharp
1
-1
/
+2
2022-05-04
bgpd: Fix memory leak for bgp_notify_receive()
Donatas Abraitis
1
-3
/
+4
2022-05-03
bgpd: Show which RPKI server we are connected to
Donatas Abraitis
1
-22
/
+23
2022-05-03
pimd: fixing wrong diplay registerTx
sarita patra
1
-2
/
+2
2022-05-03
bgpd: Add `rpki reset` to ENABLE node
Donatas Abraitis
1
-0
/
+1
2022-05-03
bgpd: Convert some variables from int to bool for RPKI
Donatas Abraitis
1
-16
/
+16
2022-05-03
doc: Add missing commands for RPKI
Donatas Abraitis
1
-2
/
+12
2022-05-03
bgpd: Make sure we print stats if we are sync at least with a single group
Donatas Abraitis
1
-12
/
+19
2022-05-03
Revert "bgpd: Handle TCP connection errors with connection callbacks for RPKI"
Donatas Abraitis
1
-55
/
+20
2022-05-03
Revert "bgpd: Fix while(read()) for RPKI sync callback"
Donatas Abraitis
1
-1
/
+1
2022-05-02
tests: Use XCALLOC instead of XMALLOC for threads
Donald Sharp
1
-2
/
+2
2022-05-02
*: remove the checking returned value for hash_get()
anlan_cs
35
-112
/
+47
2022-05-02
bgpd: fix memory leak for evpn
anlan_cs
1
-12
/
+3
2022-05-02
lib: change FRR interface name length definition
Rafael Zalamena
1
-1
/
+1
2022-05-02
*: use FRR interface name definition everywhere
Rafael Zalamena
7
-23
/
+24
2022-05-02
bfdd: remove "local_address" of bfd session
ewlumpkin
3
-19
/
+6
2022-05-02
pbrd: fix interface compare usage
Rafael Zalamena
1
-2
/
+1
2022-05-02
bgpd: fix interface name compare
Rafael Zalamena
1
-1
/
+1
2022-05-02
bgpd: delay "stream_new" in str2prefix_rd()
anlan_cs
1
-9
/
+6
2022-05-02
bgpd: Implement CEASE/Hard Reset notification
Donatas Abraitis
13
-88
/
+223
2022-04-30
tests: [PIMv6] Using generic names for pim verification APIs
Kuldeep Kashyap
11
-493
/
+475
2022-04-29
bgpd: fix size of esi_buf
Dmitrii Turlupov
1
-1
/
+1
2022-04-29
pim6d: Register message send handling
plsaranya
3
-54
/
+120
2022-04-28
lib: format NULL timevals correctly
David Lamparter
1
-4
/
+6
2022-04-28
pim6d: Make pim_zlookup_sg_statistics available for v6
Mobashshera Rasool
2
-4
/
+2
2022-04-28
doc: Updated the doc for show ipv6 mroute commands
Abhishek N R
1
-0
/
+29
2022-04-28
pim6d: Implementing "show ipv6 mroute summary" CLI
Abhishek N R
4
-38
/
+120
2022-04-28
pim6d: Implementing "show ipv6 mroute count" CLI
Abhishek N R
4
-41
/
+130
2022-04-28
pim6d: Implementing "show ipv6 mroute" CLI
Abhishek N R
4
-105
/
+199
2022-04-28
lib, zebra, pimd: clean up/fix VRF DECLVAR macros
David Lamparter
8
-36
/
+47
2022-04-28
pim6d: use ICMP6_FILTER instead of BPF on mroute
David Lamparter
2
-15
/
+21
[next]