index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: add init api for dplane lsp context
Mark Stapp
2020-07-07
2
-8
/
+24
*
zebra: use fib nexthops for pseudowires
Mark Stapp
2020-07-07
1
-3
/
+5
*
zebra: add const to mpls and dplane nhlfe apis
Mark Stapp
2020-07-07
4
-8
/
+8
*
zebra: include backup nexthops in nexthop-tracking
Mark Stapp
2020-07-07
1
-12
/
+144
*
zebra: improve logic handling backup nexthop installation
Mark Stapp
2020-07-07
2
-78
/
+214
*
sharpd: be explicit if nht is uninstalled
Mark Stapp
2020-07-07
1
-0
/
+6
*
zebra: skip un-installed recursive match
Mark Stapp
2020-07-07
1
-6
/
+10
*
lib: test vrfs in nexthop_same_firsthop()
Mark Stapp
2020-07-07
2
-9
/
+16
*
zebra: revise vty output for backup nexthops
Mark Stapp
2020-07-07
1
-187
/
+231
*
zebra: add fib nhg for backups, revise api
Mark Stapp
2020-07-07
4
-7
/
+21
*
zebra: only use ACTIVE nexthops in recursive resolution
Mark Stapp
2020-07-07
1
-0
/
+4
*
zebra: add dplane backup nhg api
Mark Stapp
2020-07-07
2
-0
/
+33
*
zebra: allow recursive resolution to use backup nexthops
Mark Stapp
2020-07-07
1
-5
/
+36
*
staticd,zebra: use ALLOW_RECURSION for static routes
Mark Stapp
2020-07-07
3
-28
/
+2
*
Merge pull request #6689 from mjstapp/doc_topotest_timeouts
Quentin Young
2020-07-07
2
-0
/
+12
|
\
|
*
doc: add note about generous BGP topotest timeouts
Mark Stapp
2020-07-07
2
-0
/
+12
*
|
Merge pull request #6685 from donaldsharp/fix_rare_ospf_test_failure
Mark Stapp
2020-07-07
1
-0
/
+1
|
\
\
|
*
|
tests: Fix rare case in ospf tests due to small hello timer
Donald Sharp
2020-07-07
1
-0
/
+1
*
|
|
Merge pull request #6687 from mjstapp/fix_topo_timeout_again
Donald Sharp
2020-07-07
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tests: fix short timeout in lib/bgp.py
Mark Stapp
2020-07-07
1
-1
/
+1
|
/
/
*
|
Merge pull request #6656 from mjstapp/fix_lsp_del_schedule
Russ White
2020-07-07
1
-3
/
+18
|
\
\
|
*
|
zebra: check LSP flags when deleting an LSP
Mark Stapp
2020-07-05
1
-3
/
+18
*
|
|
Merge pull request #6675 from volta-networks/fix_isis_spf_assert
Quentin Young
2020-07-06
1
-4
/
+17
|
\
\
\
|
*
|
|
isisd: gracefully handle spf error
Emanuele Di Pascale
2020-07-06
1
-4
/
+17
*
|
|
|
Merge pull request #6682 from qlyoung/doc-json-empty-output
Mark Stapp
2020-07-06
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
doc: specify output for json commands w/ no output
Quentin Young
2020-07-06
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #6607 from kuldeepkash/bgp_basic_functionality
Mark Stapp
2020-07-06
3
-89
/
+2834
|
\
\
\
\
|
*
|
|
|
tests: Add bgp_recursive_route_ebgp_multi_hop test suite
Kuldeep Kashyap
2020-07-06
3
-89
/
+2834
|
|
/
/
/
*
|
|
|
Merge pull request #6681 from opensourcerouting/rmap-desc-leak-fix
Quentin Young
2020-07-06
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
lib: fix route map description memory leak
Rafael Zalamena
2020-07-06
1
-0
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #6114 from rgirada/frr-static
Quentin Young
2020-07-06
2
-66
/
+167
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
pimd: Modifying "show ip mroute json" o/p.
rgirada
2020-05-30
1
-1
/
+1
|
*
|
|
pimd: Providing json support for few pim commands.
rgirada
2020-05-30
2
-65
/
+166
*
|
|
|
Merge pull request #6628 from adharkar/frr-master-evpn_rt
Russ White
2020-07-05
1
-4
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
bgpd: Incorrect auto-RT formed when L3VNI is not configured
Ameya Dharkar
2020-06-23
1
-4
/
+8
*
|
|
|
Merge pull request #6678 from mjstapp/fix_topo_zebra
Donald Sharp
2020-07-05
2
-5
/
+5
|
\
\
\
\
|
*
|
|
|
tests,zebra: fix more startup topotest issues
Mark Stapp
2020-07-04
2
-5
/
+5
*
|
|
|
|
Merge pull request #6646 from xThaid/dplane_batching1
Mark Stapp
2020-07-05
4
-78
/
+123
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
zebra: prepare data plane for batching
Jakub UrbaĆczyk
2020-06-26
4
-78
/
+123
*
|
|
|
|
Merge pull request #6666 from donaldsharp/pbr_interface
Donatas Abraitis
2020-07-04
1
-6
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
pbrd: Be a bit more lenient with `set nexthop A.B.C.D <intf>`
Donald Sharp
2020-07-02
1
-6
/
+17
*
|
|
|
|
|
Merge pull request #6677 from mjstapp/fix_topo_daemons
Donald Sharp
2020-07-04
1
-5
/
+29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
tests: wait longer when shutting down in topotests
Mark Stapp
2020-07-03
1
-5
/
+29
*
|
|
|
|
|
|
Merge pull request #6676 from mjstapp/fix_bfd_profile_sa
Donald Sharp
2020-07-04
1
-1
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bfdd: Use XFREE, clean up SA warning for bfd profiles
Mark Stapp
2020-07-03
1
-1
/
+2
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #6654 from donaldsharp/sorted
Sri Mohana Singamsetty
2020-07-03
1
-11
/
+12
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
vtysh: Improve lookup performance
Donald Sharp
2020-06-30
1
-1
/
+3
|
*
|
|
|
|
|
vtysh: master is a non-sorted list
Donald Sharp
2020-06-30
1
-11
/
+10
*
|
|
|
|
|
|
Merge pull request #6669 from ton31337/fix/large-community-list-set_sequence
Donald Sharp
2020-07-03
2
-4
/
+18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bgpd: Actually find the sequence number for large-community-list
Donatas Abraitis
2020-07-02
1
-4
/
+2
[next]