diff options
Diffstat (limited to 'table/table_manager_test.go')
-rw-r--r-- | table/table_manager_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/table/table_manager_test.go b/table/table_manager_test.go index 21d70d84..8b072c44 100644 --- a/table/table_manager_test.go +++ b/table/table_manager_test.go @@ -1115,6 +1115,7 @@ func TestProcessBGPUpdate_6_select_ebgp_path_ipv6(t *testing.T) { func TestProcessBGPUpdate_7_select_low_routerid_path_ipv4(t *testing.T) { tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + SelectionOptions.ExternalCompareRouterId = true // low origin message origin1 := bgp.NewPathAttributeOrigin(0) |