index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: use new defaults system (v2)
David Lamparter
2019-12-06
3
-3
/
+3
*
lib: add frr_version_cmp()
David Lamparter
2019-12-06
4
-0
/
+79
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
6
-11
/
+11
*
Merge pull request #5305 from ton31337/feature/draft-ietf-idr-deprecate-as-se...
Donald Sharp
2019-12-04
8
-0
/
+217
|
\
|
*
tests: Add a test case for `bgp reject-as-sets`
Donatas Abraitis
2019-11-14
8
-0
/
+217
*
|
*: make frr_yang_module_info const
David Lamparter
2019-11-30
1
-1
/
+1
*
|
Merge pull request #5257 from ton31337/fix/update_rib_on_bgp_distance_changes
Sri Mohana Singamsetty
2019-11-19
6
-0
/
+166
|
\
\
|
*
|
tests: Test if `distance bgp (1-255) (1-255) (1-255)` works
Donatas Abraitis
2019-11-14
6
-0
/
+166
*
|
|
tests: Add a test case for `sender-as-path-loop-detection`
Donatas Abraitis
2019-11-13
8
-0
/
+199
|
|
/
|
/
|
*
|
Merge pull request #5196 from kuldeepkash/testcases
Martin Winter
2019-11-06
4
-108
/
+990
|
\
\
|
*
|
tests: Enhance BGP Path attribute test cases
Kuldeep Kashyap
2019-10-21
2
-70
/
+914
|
*
|
tests: Enhance BGP Path attribute APIs
Kuldeep Kashyap
2019-10-21
2
-38
/
+76
*
|
|
topotest: update the LDP VPLS test
Renato Westphal
2019-11-04
4
-9
/
+1
*
|
|
topotest: enable MPLS processing on all interfaces by default
Renato Westphal
2019-11-04
1
-0
/
+5
|
|
/
|
/
|
*
|
topotests/Dockerfile: Install libyang from repository
Christian Franke
2019-10-29
1
-10
/
+10
*
|
topotests: Expect shared nexthop memory
Stephen Worley
2019-10-25
7
-7
/
+0
|
/
*
Merge pull request #5108 from donaldsharp/sendbuffer_size_bgp
Donatas Abraitis
2019-10-20
6
-6
/
+10
|
\
|
*
bgpd: Add ability to set tcp socket buffer size
Donald Sharp
2019-10-16
6
-6
/
+10
*
|
tests: Add test cases for bgp community and large community
Ashish Pant
2019-10-17
5
-0
/
+4295
*
|
tests: Update cli error list and retry function
Ashish Pant
2019-10-17
1
-3
/
+3
*
|
tests: Update bgp api for community and aggregate address
Ashish Pant
2019-10-17
1
-33
/
+26
*
|
tests: Add verify community list api
Ashish Pant
2019-10-17
1
-0
/
+58
*
|
tests: Add step api in topojson
Ashish Pant
2019-10-17
1
-1
/
+26
|
/
*
Merge pull request #5097 from ton31337/fix/do_not_reconnect_if_prefix_overflow
Donald Sharp
2019-10-15
1
-2
/
+1
|
\
|
*
tests: Remove sleep from test_bgp_maximum_prefix_invalid_update
Donatas Abraitis
2019-10-03
1
-2
/
+1
*
|
Merge branch 'master' into ecmp_tests
Martin Winter
2019-10-04
18
-1
/
+981
|
\
\
|
*
\
Merge pull request #5082 from donaldsharp/add_bgp_rr_ibgp_topotest
Donatas Abraitis
2019-10-04
18
-1
/
+981
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
tests: Add a topology that shows broken ibgp behavior
Donald Sharp
2019-10-01
18
-1
/
+981
*
|
|
tests: Enabling bgp-ecmp-topo2 test cases
Ashish Pant
2019-10-03
1
-1
/
+1
*
|
|
tests: Modify json for bgp-ecmp-topo2
Ashish Pant
2019-10-03
2
-64
/
+404
*
|
|
tests: Add topojson route-map for nexthop
Ashish Pant
2019-10-03
2
-6
/
+8
*
|
|
tests: Fix topojson link local ipv6 address
Ashish Pant
2019-10-03
1
-69
/
+1
|
/
/
*
|
Merge pull request #5087 from opensourcerouting/topotest-skip-on-assert-failure
Donald Sharp
2019-10-02
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
topotests: skip tests when any assert fails
Rafael Zalamena
2019-10-01
1
-0
/
+6
*
|
*: strip trailing whitespace
Quentin Young
2019-09-30
1
-1
/
+1
|
/
*
tests: Add bgp route-map test cases
Kuldeep Kashyap
2019-09-26
4
-0
/
+5780
*
tests: Add API to shut/noshut router interface
Kuldeep Kashyap
2019-09-26
1
-0
/
+40
*
tests: Adding verification APIs for bgp route-maps and community-lists
Kuldeep Kashyap
2019-09-26
1
-1
/
+129
*
tests: Enhance support to create bgp community-list or large-community-list
Kuldeep Kashyap
2019-09-26
1
-0
/
+89
*
tests: Enhance framework to create and delete route-map
Kuldeep Kashyap
2019-09-26
1
-36
/
+167
*
tests: Add route-map to initial config creation from JSON
Kuldeep Kashyap
2019-09-26
1
-0
/
+2
*
tests: Adding API verify_bgp_attributes() to bgp.py
Kuldeep Kashyap
2019-09-26
1
-0
/
+144
*
Merge pull request #5050 from LabNConsulting/working/lb/tt-update
Donald Sharp
2019-09-24
1
-5
/
+6
|
\
|
*
topotest: bgp_l3vpn_to_bgp_vrf allow for different interface output
Lou Berger
2019-09-22
1
-5
/
+6
*
|
tests: remove more topotest backward-compatibility cruft
Renato Westphal
2019-09-23
10
-213
/
+1
|
/
*
isisd: Update TLVs processing for TE, RI & SR
Olivier Dugeon
2019-09-17
1
-0
/
+0
*
tests: update tests for pthread init changes
Quentin Young
2019-09-16
3
-0
/
+3
*
Merge pull request #4975 from opensourcerouting/disable-ecmp2-test
Donald Sharp
2019-09-14
1
-1
/
+1
|
\
|
*
tests: Disable bgp-ecmp-topo2 topotest until proper fix is developed
Martin Winter
2019-09-13
1
-1
/
+1
*
|
Merge pull request #4969 from ton31337/feature/rewrite_bgp_aggregate-address_...
Sri Mohana Singamsetty
2019-09-13
1
-11
/
+33
|
\
\
[next]