index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
keychain.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-15
watchfrr: Check that the operational timeout specified is good.
Donald Sharp
1
-1
/
+1
2022-08-15
pbrd: VTY_GET_CONTEXT can fail
Donald Sharp
1
-0
/
+54
2022-08-15
pathd: Ensure path is free'd after we no longer need it.
Donald Sharp
1
-1
/
+1
2022-08-15
lib: Ensure ls_msg2edge does not use memory after freeing
Donald Sharp
1
-2
/
+3
2022-08-15
pimd: vrf may be NULL from pim_cmd_lookup_vrf
Donald Sharp
1
-1
/
+2
2022-08-15
pimd: pim_upstream_add up must exist
Donald Sharp
1
-9
/
+7
2022-08-15
pimd: ch->upstream cannot be NULL
Donald Sharp
1
-29
/
+23
2022-08-15
nhrpd: Use frr_weak_random()
Donald Sharp
1
-1
/
+2
2022-08-15
bgpd: Ensure bgp_vrf is non-null
Donald Sharp
1
-0
/
+3
2022-08-15
zebra: Remove unused assignment in zebra_dplane.c
Donald Sharp
1
-3
/
+3
2022-08-15
doc: correct description for "fast-external-failover"
anlan_cs
1
-1
/
+1
2022-08-12
ospfd: debug string corrected
sri-mohan1
1
-1
/
+1
2022-08-12
bgpd: Convert some int functions to void
Donatas Abraitis
2
-69
/
+51
2022-08-12
redhat: Drop --enable-systemd from build specification
Donatas Abraitis
1
-3
/
+0
2022-08-11
zebra: Fix crash in shutdown w/ pw thread still running
Donald Sharp
1
-3
/
+4
2022-08-11
ospf6d: Remove unused variable
Donald Sharp
1
-5
/
+1
2022-08-11
ospfd: Add how many packets the interface has queued to send
Donald Sharp
1
-8
/
+10
2022-08-11
ospfd: Refactor fifo_flush for the interface
Donald Sharp
3
-18
/
+18
2022-08-11
ospfd: When a neighbor goes down clear the oi->obuf if we can
Donald Sharp
1
-0
/
+40
2022-08-11
ospfd: Cleanup indentation surrounding oi->nbr
Donald Sharp
5
-198
/
+215
2022-08-11
ospfd: Increase packets sent at one time in ospf_write
Donald Sharp
1
-11
/
+2
2022-08-11
bgpd: don't adv conditionally withdrawn routes
Quentin Young
1
-0
/
+26
2022-08-11
bgpd: apply cond-adv policy to update group
Quentin Young
2
-2
/
+28
2022-08-11
ospf6d: Remove ospf6Enabled from JSON output
Donatas Abraitis
2
-12
/
+4
2022-08-11
ospf6d: fix missing cost change
anlan_cs
1
-1
/
+4
2022-08-11
pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute count" command ...
Abhishek N R
1
-11
/
+27
2022-08-10
pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute" command output.
Abhishek N R
1
-18
/
+30
2022-08-10
vtysh: Handle SIGTSTP (C-z) without exiting the vty shell
Donatas Abraitis
1
-47
/
+35
2022-08-10
zebra: Remove unused return codes in zebra_mpls.c
Donald Sharp
3
-31
/
+15
2022-08-10
zebra: Combine meta_queue_free and meta_queue_vrf_free functions
Donald Sharp
4
-96
/
+72
2022-08-10
zebra: System routes should be processed the same time as kernel
Donald Sharp
1
-1
/
+1
2022-08-10
zebra: Let's use enum for META Queue indexes
Donald Sharp
1
-55
/
+101
2022-08-10
zebra: Explicitly call out the correct queue name
Donald Sharp
1
-10
/
+10
2022-08-10
pimd, pim6d: Using ttable for displaying "show ip/ipv6 multicast count" command.
Abhishek N R
1
-11
/
+26
2022-08-09
zebra: correct one comment for evpn-mh
anlan_cs
1
-1
/
+1
2022-08-09
doc: pimd needs linux kernel 4.19(IGMPMSG_WRVIFWHOLE)
ron
2
-2
/
+2
2022-08-08
staticd: When changing the underlying nh ensure it is reinstalled
Donald Sharp
1
-0
/
+26
2022-08-08
bgpd: When specifying listen address for bgpd we shouldn't imply no fib flag
Donatas Abraitis
1
-2
/
+1
2022-08-08
zebra: Don't install connected routes multiple times into FRR
Donald Sharp
1
-4
/
+0
2022-08-08
tests: Convert one test to use interface based mpls config
Donald Sharp
5
-16
/
+13
2022-08-08
zebra: Add a `mpls enable` interface node command
Donald Sharp
10
-4
/
+178
2022-08-08
zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystem
Donald Sharp
3
-18
/
+26
2022-08-08
zebra: Add IF_ZEBRA_DATA_X define
Donald Sharp
2
-38
/
+33
2022-08-08
zebra: Cleanup unguarded debug
Donald Sharp
1
-3
/
+0
2022-08-08
lib: Remove invalid function declaration
Weiguo Li
1
-7
/
+0
2022-08-08
pim6d: Removing the temporary enabled debugs.
Abhishek N R
1
-2
/
+0
2022-08-06
bfdd: Some interfaces don't have mac addresses
Donald Sharp
1
-2
/
+5
2022-08-06
tools: Add pim6d to tools so that pim6d will work properly
Donald Sharp
7
-3
/
+16
2022-08-05
tests: Check if ORF filtering works correctly when modifying prefix-lists
Donatas Abraitis
6
-0
/
+189
2022-08-05
bgpd: Send route update when modifying access/aspath/prefix lists
Donatas Abraitis
5
-32
/
+48
[next]