index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pbrd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
bgpd: remove unnecessary l3nhg knob for evpn-mh
anlan_cs
2
-3
/
+1
2022-04-13
bgpd: fix wrong check for default VRF
anlan_cs
1
-1
/
+5
2022-04-13
bgpd: Metric not set with default route.
Abhinay Ramesh
1
-0
/
+2
2022-04-12
bgpd: Apply frrbot styling
Donatas Abraitis
2
-5
/
+2
2022-04-12
bgpd: Convert bpacket_attr_vec_type to enum
Donatas Abraitis
2
-5
/
+8
2022-04-12
bgpd: Convert bgp_attr_parse_ret_t to enum
Donatas Abraitis
3
-39
/
+44
2022-04-12
bgpd: Convert vpn_policy_direction_t to enum
Donatas Abraitis
5
-15
/
+15
2022-04-12
bgpd: Convert bgp_policy_type_e to enum
Donatas Abraitis
3
-5
/
+6
2022-04-12
bgpd: Convert bgp_peer_sort_t to enum
Donatas Abraitis
3
-17
/
+17
2022-04-12
bgpd: Fix styling, drop braces for single statement block
Donatas Abraitis
1
-2
/
+1
2022-04-12
bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flags
Donatas Abraitis
9
-35
/
+15
2022-04-12
bgpd: Reuse bgp_attr_set_[l]community() for setting attribute flags
Donatas Abraitis
5
-30
/
+13
2022-04-12
pim6d: Addition of ipv6 ssmpingd config commands
Balaji Gurudoss
8
-40
/
+72
2022-04-11
bgpd: Fix styling for aggregate_addressv4_cmd
Donatas Abraitis
1
-1
/
+3
2022-04-11
bgpd: Add autocomplete for `aggregate-address ... route-map X`
Donatas Abraitis
1
-4
/
+4
2022-04-11
bgpd: Send MED attribute when aggregate prefix is created
Donatas Abraitis
1
-0
/
+4
2022-04-11
pimd: correct the show ip igmp sources output
Mobashshera Rasool
1
-1
/
+1
2022-04-11
lib: Remove deprecated routemap_optimization_cmd
Donatas Abraitis
1
-37
/
+0
2022-04-10
tests: Do not turn off multicast stream
Donald Sharp
1
-4
/
+0
2022-04-10
tests: Fix test_multicast_pim_sm_topo3.py from generating a support bundle
Donald Sharp
1
-6
/
+2
2022-04-10
bgpd: correct one flag name on comment for evpn-mh
anlan_cs
1
-1
/
+1
2022-04-09
tests: Add a test case for a kernel route depending on a kernel route
Donald Sharp
2
-0
/
+126
2022-04-09
zebra: Allow system routes to recurse through themselves
Donald Sharp
1
-1
/
+2
2022-04-09
bgpd: Show conditional advertisement timers in neighbor CLI output
Donatas Abraitis
1
-0
/
+22
2022-04-09
bgpd: Allow setting BGP [large]community in route-maps
Donatas Abraitis
9
-27
/
+37
2022-04-08
watchfrr: Send operational state to systemd
Donald Sharp
1
-7
/
+42
2022-04-08
bgpd: Do not forget to update conditional advertisements rmaps for peer-groups
Donatas Abraitis
2
-0
/
+22
2022-04-08
bgpd: Use autocomplete for route-map under conditional advertisements CLI
Donatas Abraitis
1
-2
/
+2
2022-04-08
doc: Add `show ip nht..` documentation
Donald Sharp
1
-0
/
+11
2022-04-08
tests: Add a test to ensure that FRR does not loose kernel routes
Donald Sharp
3
-0
/
+209
2022-04-08
zebra: Allow multiple connected routes to be choosen for kernel routes
Donald Sharp
1
-17
/
+72
2022-04-08
pimd: remove pim_interface->options
David Lamparter
3
-8
/
+2
2022-04-07
vtysh: remove extraneous newline
David Lamparter
1
-5
/
+5
2022-04-07
watchfrr: Convert daemon_state_t to an enum instead of a typedef
Donald Sharp
1
-3
/
+3
2022-04-07
watchfrr: Rename restart_phase_t to `enum restart_phase`
Donald Sharp
1
-4
/
+4
2022-04-07
pimd: use SSM check helper
David Lamparter
1
-12
/
+2
2022-04-07
lib, pimd: add a bunch of address helpers
David Lamparter
2
-0
/
+84
2022-04-07
bgpd: cosmetic change for evpn-mh
anlan_cs
1
-10
/
+5
2022-04-06
bgpd: Delay returning RPKI instance as running
Donatas Abraitis
1
-1
/
+20
2022-04-06
bgpd: Return enum RPKI_NOT_BEING_USED instead of 0
Donatas Abraitis
1
-3
/
+3
2022-04-06
bgpd: Reuse is_stopping() in RPKI code same as with is_running()
Donatas Abraitis
1
-3
/
+9
2022-04-06
bgpd: Reuse is_running() function in RPKI code for rtr_is_running
Donatas Abraitis
1
-6
/
+6
2022-04-06
pimd: Remove pim_channel_oil_change_iif from header file
Mobashshera Rasool
1
-3
/
+0
2022-04-06
bgpd: refactor type of srv6_locator_chunks list
Nobuhiro MIKI
3
-17
/
+17
2022-04-05
bgpd: Use proper debug msg for graceful restart commands
Donatas Abraitis
1
-2
/
+2
2022-04-05
bgpd: No need to check for NULL before calling XFREE() in RPKI code
Donatas Abraitis
1
-6
/
+4
2022-04-05
bgpd: Track RTRLib memory allocations separately
Donatas Abraitis
1
-3
/
+4
2022-04-05
pimd: Replace ALL_LIST_ELEMENTS_RO to ALL_LIST_ELEMENTS group_list iteration
Donatas Abraitis
1
-3
/
+3
2022-04-05
pim6d: Adding ipv6 mld watermark-warn CLI
Sai Gomathi N
1
-0
/
+31
2022-04-05
pimd: Moving the common function from pim_cmd.h file
Sai Gomathi N
1
-0
/
+8
[next]