diff --git a/README.md b/README.md
index 95f079a..c202660 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- I've implemented the modularisation of the `filterRoutesV2` function.
- In addition, I've added tests to check the functionality works as expected:
- TODO add list
- - Some tests are failing, [see here for details](./attachments/2024-05/filter_test_results.html)
+ - Some tests are failing, [see here for details](./attachments/2024-05/filter_test_results.md)
# 2024-05-16
diff --git a/attachments/2024-05/filter_test_results.html b/attachments/2024-05/filter_test_results.html
deleted file mode 100644
index db907e1..0000000
--- a/attachments/2024-05/filter_test_results.html
+++ /dev/null
@@ -1,873 +0,0 @@
-
-
-
-
- Test Results — go test github.com/status-im/status-go/services/wallet/router
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
0 ms
- TestSetupRouteValidationMapsV2
-
- -
-
-
0 ms
- passedMixed_locked_amounts
-
- -
- === RUN TestSetupRouteValidationMapsV2/Mixed_locked_amounts
--- PASS: TestSetupRouteValidationMapsV2/Mixed_locked_amounts (0.00s)
-
-
-
- -
-
-
0 ms
- passedAll_amounts_locked
-
- -
- === RUN TestSetupRouteValidationMapsV2/All_amounts_locked
--- PASS: TestSetupRouteValidationMapsV2/All_amounts_locked (0.00s)
-
-
-
- -
-
-
0 ms
- passedNo_amounts_locked
-
- -
- === RUN TestSetupRouteValidationMapsV2/No_amounts_locked
--- PASS: TestSetupRouteValidationMapsV2/No_amounts_locked (0.00s)
-
-
-
-
-
- -
-
-
0 ms
- TestCalculateTotalRestAmountV2
-
- -
-
-
0 ms
- passedMultiple_paths_with_varying_amounts
-
- -
- === RUN TestCalculateTotalRestAmountV2/Multiple_paths_with_varying_amounts
--- PASS: TestCalculateTotalRestAmountV2/Multiple_paths_with_varying_amounts (0.00s)
-
-
-
- -
-
-
0 ms
- passedSingle_path
-
- -
- === RUN TestCalculateTotalRestAmountV2/Single_path
--- PASS: TestCalculateTotalRestAmountV2/Single_path (0.00s)
-
-
-
- -
-
-
0 ms
- passedNo_paths
-
- -
- === RUN TestCalculateTotalRestAmountV2/No_paths
--- PASS: TestCalculateTotalRestAmountV2/No_paths (0.00s)
-
-
-
-
-
- -
-
-
0 ms
- TestIsValidForNetworkComplianceV2
-
- -
-
-
0 ms
- passedValid_route_with_required_chain_IDs_included
-
- -
- === RUN TestIsValidForNetworkComplianceV2/Valid_route_with_required_chain_IDs_included
--- PASS: TestIsValidForNetworkComplianceV2/Valid_route_with_required_chain_IDs_included (0.00s)
-
-
-
- -
-
-
0 ms
- passedInvalid_route_with_excluded_chain_ID
-
- -
- === RUN TestIsValidForNetworkComplianceV2/Invalid_route_with_excluded_chain_ID
--- PASS: TestIsValidForNetworkComplianceV2/Invalid_route_with_excluded_chain_ID (0.00s)
-
-
-
- -
-
-
0 ms
- passedRoute_missing_required_chain_ID
-
- -
- === RUN TestIsValidForNetworkComplianceV2/Route_missing_required_chain_ID
--- PASS: TestIsValidForNetworkComplianceV2/Route_missing_required_chain_ID (0.00s)
-
-
-
- -
-
-
0 ms
- passedValid_route_with_multiple_included_chain_IDs
-
- -
- === RUN TestIsValidForNetworkComplianceV2/Valid_route_with_multiple_included_chain_IDs
--- PASS: TestIsValidForNetworkComplianceV2/Valid_route_with_multiple_included_chain_IDs (0.00s)
-
-
-
- -
-
-
0 ms
- passedInvalid_route_missing_one_of_the_required_chain_IDs
-
- -
- === RUN TestIsValidForNetworkComplianceV2/Invalid_route_missing_one_of_the_required_chain_IDs
--- PASS: TestIsValidForNetworkComplianceV2/Invalid_route_missing_one_of_the_required_chain_IDs (0.00s)
-
-
-
-
-
- -
-
-
0 ms
- TestHasSufficientCapacityV2
-
- -
-
-
0 ms
- passedSufficient_capacity_with_multiple_paths
-
- -
- === RUN TestHasSufficientCapacityV2/Sufficient_capacity_with_multiple_paths
--- PASS: TestHasSufficientCapacityV2/Sufficient_capacity_with_multiple_paths (0.00s)
-
-
-
- -
-
-
0 ms
- passedInsufficient_capacity
-
- -
- === RUN TestHasSufficientCapacityV2/Insufficient_capacity
--- PASS: TestHasSufficientCapacityV2/Insufficient_capacity (0.00s)
-
-
-
- -
-
-
0 ms
- failedExact_capacity_match
-
- -
- === RUN TestHasSufficientCapacityV2/Exact_capacity_match
filter_test.go:248:
Error Trace: /Users/samuel/go/src/github.com/Samyoul/status-go/services/wallet/router/filter_test.go:248
Error: Not equal:
expected: true
actual : false
Test: TestHasSufficientCapacityV2/Exact_capacity_match
--- FAIL: TestHasSufficientCapacityV2/Exact_capacity_match (0.00s)
-
-
-
-
-
- -
- TestFilterNetworkComplianceV2
-
- -
-
-
0 ms
- failedMixed_routes_with_valid_and_invalid_paths
-
- -
- === RUN TestFilterNetworkComplianceV2/Mixed_routes_with_valid_and_invalid_paths
filter_test.go:512:
Error Trace: /Users/samuel/go/src/github.com/Samyoul/status-go/services/wallet/router/filter_test.go:512
Error: Not equal:
expected: [][]*router.PathV2{[]*router.PathV2{(*router.PathV2)(0xc0004f7790), (*router.PathV2)(0xc0004f7860)}, []*router.PathV2{(*router.PathV2)(0xc0004f7930), (*router.PathV2)(0xc0004f7a00), (*router.PathV2)(0xc0004f7ad0)}}
actual : [][]*router.PathV2{[]*router.PathV2{(*router.PathV2)(0xc0004f71e0), (*router.PathV2)(0xc0004f72b0)}}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([][]*router.PathV2) (len=2) {
+([][]*router.PathV2) (len=1) {
([]*router.PathV2) (len=2) {
@@ -92,139 +92,2 @@
})
- },
- ([]*router.PathV2) (len=3) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 2,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 3,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
}
Test: TestFilterNetworkComplianceV2/Mixed_routes_with_valid_and_invalid_paths
--- FAIL: TestFilterNetworkComplianceV2/Mixed_routes_with_valid_and_invalid_paths (0.00s)
-
-
-
- -
-
-
0 ms
- passedAll_valid_routes
-
- -
- === RUN TestFilterNetworkComplianceV2/All_valid_routes
--- PASS: TestFilterNetworkComplianceV2/All_valid_routes (0.00s)
-
-
-
- -
-
-
0 ms
- failedAll_invalid_routes
-
- -
- === RUN TestFilterNetworkComplianceV2/All_invalid_routes
filter_test.go:512:
Error Trace: /Users/samuel/go/src/github.com/Samyoul/status-go/services/wallet/router/filter_test.go:512
Error: Not equal:
expected: [][]*router.PathV2{}
actual : [][]*router.PathV2(nil)
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,2 @@
-([][]*router.PathV2) {
-}
+([][]*router.PathV2)
Test: TestFilterNetworkComplianceV2/All_invalid_routes
--- FAIL: TestFilterNetworkComplianceV2/All_invalid_routes (0.00s)
-
-
-
- -
-
-
0 ms
- failedEmpty_routes
-
- -
- === RUN TestFilterNetworkComplianceV2/Empty_routes
filter_test.go:512:
Error Trace: /Users/samuel/go/src/github.com/Samyoul/status-go/services/wallet/router/filter_test.go:512
Error: Not equal:
expected: [][]*router.PathV2{}
actual : [][]*router.PathV2(nil)
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,2 @@
-([][]*router.PathV2) {
-}
+([][]*router.PathV2)
Test: TestFilterNetworkComplianceV2/Empty_routes
--- FAIL: TestFilterNetworkComplianceV2/Empty_routes (0.00s)
-
-
-
- -
-
-
0 ms
- passedNo_locked_amounts
-
- -
- === RUN TestFilterNetworkComplianceV2/No_locked_amounts
--- PASS: TestFilterNetworkComplianceV2/No_locked_amounts (0.00s)
-
-
-
- -
-
-
0 ms
- failedSingle_route_with_mixed_valid_and_invalid_paths
-
- -
- === RUN TestFilterNetworkComplianceV2/Single_route_with_mixed_valid_and_invalid_paths
filter_test.go:512:
Error Trace: /Users/samuel/go/src/github.com/Samyoul/status-go/services/wallet/router/filter_test.go:512
Error: Not equal:
expected: [][]*router.PathV2{[]*router.PathV2{(*router.PathV2)(0xc0004feea0), (*router.PathV2)(0xc0004fef70)}}
actual : [][]*router.PathV2(nil)
Diff:
--- Expected
+++ Actual
@@ -1,95 +1,2 @@
-([][]*router.PathV2) (len=1) {
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 3,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- }
-}
+([][]*router.PathV2)
Test: TestFilterNetworkComplianceV2/Single_route_with_mixed_valid_and_invalid_paths
--- FAIL: TestFilterNetworkComplianceV2/Single_route_with_mixed_valid_and_invalid_paths (0.00s)
-
-
-
- -
-
-
0 ms
- passedRoutes_with_duplicate_chain_IDs
-
- -
- === RUN TestFilterNetworkComplianceV2/Routes_with_duplicate_chain_IDs
--- PASS: TestFilterNetworkComplianceV2/Routes_with_duplicate_chain_IDs (0.00s)
-
-
-
- -
-
-
0 ms
- passedMinimum_and_maximum_chain_IDs
-
- -
- === RUN TestFilterNetworkComplianceV2/Minimum_and_maximum_chain_IDs
--- PASS: TestFilterNetworkComplianceV2/Minimum_and_maximum_chain_IDs (0.00s)
-
-
-
- -
-
-
120 ms
- failedLarge_number_of_routes
-
- -
- === RUN TestFilterNetworkComplianceV2/Large_number_of_routes
filter_test.go:512:
Error Trace: /Users/samuel/go/src/github.com/Samyoul/status-go/services/wallet/router/filter_test.go:512
Error: Not equal:
expected: [][]*router.PathV2{[]*router.PathV2{(*router.PathV2)(0xc000769380), (*router.PathV2)(0xc000769450)}, []*router.PathV2{(*router.PathV2)(0xc000769520), (*router.PathV2)(0xc0007695f0)}, []*router.PathV2{(*router.PathV2)(0xc0007696c0), (*router.PathV2)(0xc000769790)}, []*router.PathV2{(*router.PathV2)(0xc000769860), (*router.PathV2)(0xc000769930)}, []*router.PathV2{(*router.PathV2)(0xc000769a00), (*router.PathV2)(0xc000769ad0)}, []*router.PathV2{(*router.PathV2)(0xc000769ba0), (*router.PathV2)(0xc000769c70)}, []*router.PathV2{(*router.PathV2)(0xc000769d40), (*router.PathV2)(0xc000769e10)}, []*router.PathV2{(*router.PathV2)(0xc000769ee0), (*router.PathV2)(0xc000780000)}, []*router.PathV2{(*router.PathV2)(0xc0007800d0), (*router.PathV2)(0xc0007801a0)}, []*router.PathV2{(*router.PathV2)(0xc000780270), (*router.PathV2)(0xc000780340)}, []*router.PathV2{(*router.PathV2)(0xc000780410), (*router.PathV2)(0xc0007804e0)}, []*router.PathV2{(*router.PathV2)(0xc0007805b0), (*router.PathV2)(0xc000780680)}, []*router.PathV2{(*router.PathV2)(0xc000780750), (*router.PathV2)(0xc000780820)}, []*router.PathV2{(*router.PathV2)(0xc0007808f0), (*router.PathV2)(0xc0007809c0)}, []*router.PathV2{(*router.PathV2)(0xc000780a90), (*router.PathV2)(0xc000780b60)}, []*router.PathV2{(*router.PathV2)(0xc000780c30), (*router.PathV2)(0xc000780d00)}, []*router.PathV2{(*router.PathV2)(0xc000780dd0), (*router.PathV2)(0xc000780ea0)}, []*router.PathV2{(*router.PathV2)(0xc000780f70), (*router.PathV2)(0xc000781040)}, []*router.PathV2{(*router.PathV2)(0xc000781110), (*router.PathV2)(0xc0007811e0)}, []*router.PathV2{(*router.PathV2)(0xc0007812b0), (*router.PathV2)(0xc000781380)}, []*router.PathV2{(*router.PathV2)(0xc000781450), (*router.PathV2)(0xc000781520)}, []*router.PathV2{(*router.PathV2)(0xc0007815f0), (*router.PathV2)(0xc0007816c0)}, []*router.PathV2{(*router.PathV2)(0xc000781790), (*router.PathV2)(0xc000781860)}, []*router.PathV2{(*router.PathV2)(0xc000781930), (*router.PathV2)(0xc000781a00)}, []*router.PathV2{(*router.PathV2)(0xc000781ad0), (*router.PathV2)(0xc000781ba0)}, []*router.PathV2{(*router.PathV2)(0xc000781c70), (*router.PathV2)(0xc000781d40)}, []*router.PathV2{(*router.PathV2)(0xc000781e10), (*router.PathV2)(0xc000781ee0)}, []*router.PathV2{(*router.PathV2)(0xc000784000), (*router.PathV2)(0xc0007840d0)}, []*router.PathV2{(*router.PathV2)(0xc0007841a0), (*router.PathV2)(0xc000784270)}, []*router.PathV2{(*router.PathV2)(0xc000784340), (*router.PathV2)(0xc000784410)}, []*router.PathV2{(*router.PathV2)(0xc0007844e0), (*router.PathV2)(0xc0007845b0)}, []*router.PathV2{(*router.PathV2)(0xc000784680), (*router.PathV2)(0xc000784750)}, []*router.PathV2{(*router.PathV2)(0xc000784820), (*router.PathV2)(0xc0007848f0)}, []*router.PathV2{(*router.PathV2)(0xc0007849c0), (*router.PathV2)(0xc000784a90)}, []*router.PathV2{(*router.PathV2)(0xc000784b60), (*router.PathV2)(0xc000784c30)}, []*router.PathV2{(*router.PathV2)(0xc000784d00), (*router.PathV2)(0xc000784dd0)}, []*router.PathV2{(*router.PathV2)(0xc000784ea0), (*router.PathV2)(0xc000784f70)}, []*router.PathV2{(*router.PathV2)(0xc000785040), (*router.PathV2)(0xc000785110)}, []*router.PathV2{(*router.PathV2)(0xc0007851e0), (*router.PathV2)(0xc0007852b0)}, []*router.PathV2{(*router.PathV2)(0xc000785380), (*router.PathV2)(0xc000785450)}, []*router.PathV2{(*router.PathV2)(0xc000785520), (*router.PathV2)(0xc0007855f0)}, []*router.PathV2{(*router.PathV2)(0xc0007856c0), (*router.PathV2)(0xc000785790)}, []*router.PathV2{(*router.PathV2)(0xc000785860), (*router.PathV2)(0xc000785930)}, []*router.PathV2{(*router.PathV2)(0xc000785a00), (*router.PathV2)(0xc000785ad0)}, []*router.PathV2{(*router.PathV2)(0xc000785ba0), (*router.PathV2)(0xc000785c70)}, []*router.PathV2{(*router.PathV2)(0xc000785d40), (*router.PathV2)(0xc000785e10)}, []*router.PathV2{(*router.PathV2)(0xc000785ee0), (*router.PathV2)(0xc000794000)}, []*router.PathV2{(*router.PathV2)(0xc0007940d0), (*router.PathV2)(0xc0007941a0)}, []*router.PathV2{(*router.PathV2)(0xc000794270), (*router.PathV2)(0xc000794340)}, []*router.PathV2{(*router.PathV2)(0xc000794410), (*router.PathV2)(0xc0007944e0)}, []*router.PathV2{(*router.PathV2)(0xc0007945b0), (*router.PathV2)(0xc000794680)}, []*router.PathV2{(*router.PathV2)(0xc000794750), (*router.PathV2)(0xc000794820)}, []*router.PathV2{(*router.PathV2)(0xc0007948f0), (*router.PathV2)(0xc0007949c0)}, []*router.PathV2{(*router.PathV2)(0xc000794a90), (*router.PathV2)(0xc000794b60)}, []*router.PathV2{(*router.PathV2)(0xc000794c30), (*router.PathV2)(0xc000794d00)}, []*router.PathV2{(*router.PathV2)(0xc000794dd0), (*router.PathV2)(0xc000794ea0)}, []*router.PathV2{(*router.PathV2)(0xc000794f70), (*router.PathV2)(0xc000795040)}, []*router.PathV2{(*router.PathV2)(0xc000795110), (*router.PathV2)(0xc0007951e0)}, []*router.PathV2{(*router.PathV2)(0xc0007952b0), (*router.PathV2)(0xc000795380)}, []*router.PathV2{(*router.PathV2)(0xc000795450), (*router.PathV2)(0xc000795520)}, []*router.PathV2{(*router.PathV2)(0xc0007955f0), (*router.PathV2)(0xc0007956c0)}, []*router.PathV2{(*router.PathV2)(0xc000795790), (*router.PathV2)(0xc000795860)}, []*router.PathV2{(*router.PathV2)(0xc000795930), (*router.PathV2)(0xc000795a00)}, []*router.PathV2{(*router.PathV2)(0xc000795ad0), (*router.PathV2)(0xc000795ba0)}, []*router.PathV2{(*router.PathV2)(0xc000795c70), (*router.PathV2)(0xc000795d40)}, []*router.PathV2{(*router.PathV2)(0xc000795e10), (*router.PathV2)(0xc000795ee0)}, []*router.PathV2{(*router.PathV2)(0xc000798000), (*router.PathV2)(0xc0007980d0)}, []*router.PathV2{(*router.PathV2)(0xc0007981a0), (*router.PathV2)(0xc000798270)}, []*router.PathV2{(*router.PathV2)(0xc000798340), (*router.PathV2)(0xc000798410)}, []*router.PathV2{(*router.PathV2)(0xc0007984e0), (*router.PathV2)(0xc0007985b0)}, []*router.PathV2{(*router.PathV2)(0xc000798680), (*router.PathV2)(0xc000798750)}, []*router.PathV2{(*router.PathV2)(0xc000798820), (*router.PathV2)(0xc0007988f0)}, []*router.PathV2{(*router.PathV2)(0xc0007989c0), (*router.PathV2)(0xc000798a90)}, []*router.PathV2{(*router.PathV2)(0xc000798b60), (*router.PathV2)(0xc000798c30)}, []*router.PathV2{(*router.PathV2)(0xc000798d00), (*router.PathV2)(0xc000798dd0)}, []*router.PathV2{(*router.PathV2)(0xc000798ea0), (*router.PathV2)(0xc000798f70)}, []*router.PathV2{(*router.PathV2)(0xc000799040), (*router.PathV2)(0xc000799110)}, []*router.PathV2{(*router.PathV2)(0xc0007991e0), (*router.PathV2)(0xc0007992b0)}, []*router.PathV2{(*router.PathV2)(0xc000799380), (*router.PathV2)(0xc000799450)}, []*router.PathV2{(*router.PathV2)(0xc000799520), (*router.PathV2)(0xc0007995f0)}, []*router.PathV2{(*router.PathV2)(0xc0007996c0), (*router.PathV2)(0xc000799790)}, []*router.PathV2{(*router.PathV2)(0xc000799860), (*router.PathV2)(0xc000799930)}, []*router.PathV2{(*router.PathV2)(0xc000799a00), (*router.PathV2)(0xc000799ad0)}, []*router.PathV2{(*router.PathV2)(0xc000799ba0), (*router.PathV2)(0xc000799c70)}, []*router.PathV2{(*router.PathV2)(0xc000799d40), (*router.PathV2)(0xc000799e10)}, []*router.PathV2{(*router.PathV2)(0xc000799ee0), (*router.PathV2)(0xc00079c000)}, []*router.PathV2{(*router.PathV2)(0xc00079c0d0), (*router.PathV2)(0xc00079c1a0)}, []*router.PathV2{(*router.PathV2)(0xc00079c270), (*router.PathV2)(0xc00079c340)}, []*router.PathV2{(*router.PathV2)(0xc00079c410), (*router.PathV2)(0xc00079c4e0)}, []*router.PathV2{(*router.PathV2)(0xc00079c5b0), (*router.PathV2)(0xc00079c680)}, []*router.PathV2{(*router.PathV2)(0xc00079c750), (*router.PathV2)(0xc00079c820)}, []*router.PathV2{(*router.PathV2)(0xc00079c8f0), (*router.PathV2)(0xc00079c9c0)}, []*router.PathV2{(*router.PathV2)(0xc00079ca90), (*router.PathV2)(0xc00079cb60)}, []*router.PathV2{(*router.PathV2)(0xc00079cc30), (*router.PathV2)(0xc00079cd00)}, []*router.PathV2{(*router.PathV2)(0xc00079cdd0), (*router.PathV2)(0xc00079cea0)}, []*router.PathV2{(*router.PathV2)(0xc00079cf70), (*router.PathV2)(0xc00079d040)}, []*router.PathV2{(*router.PathV2)(0xc00079d110), (*router.PathV2)(0xc00079d1e0)}, []*router.PathV2{(*router.PathV2)(0xc00079d2b0), (*router.PathV2)(0xc00079d380)}, []*router.PathV2{(*router.PathV2)(0xc00079d450), (*router.PathV2)(0xc00079d520)}, []*router.PathV2{(*router.PathV2)(0xc00079d5f0), (*router.PathV2)(0xc00079d6c0)}, []*router.PathV2{(*router.PathV2)(0xc00079d790), (*router.PathV2)(0xc00079d860)}, []*router.PathV2{(*router.PathV2)(0xc00079d930), (*router.PathV2)(0xc00079da00)}, []*router.PathV2{(*router.PathV2)(0xc00079dad0), (*router.PathV2)(0xc00079dba0)}, []*router.PathV2{(*router.PathV2)(0xc00079dc70), (*router.PathV2)(0xc00079dd40)}, []*router.PathV2{(*router.PathV2)(0xc00079de10), (*router.PathV2)(0xc00079dee0)}, []*router.PathV2{(*router.PathV2)(0xc0007a0000), (*router.PathV2)(0xc0007a00d0)}, []*router.PathV2{(*router.PathV2)(0xc0007a01a0), (*router.PathV2)(0xc0007a0270)}, []*router.PathV2{(*router.PathV2)(0xc0007a0340), (*router.PathV2)(0xc0007a0410)}, []*router.PathV2{(*router.PathV2)(0xc0007a04e0), (*router.PathV2)(0xc0007a05b0)}, []*router.PathV2{(*router.PathV2)(0xc0007a0680), (*router.PathV2)(0xc0007a0750)}, []*router.PathV2{(*router.PathV2)(0xc0007a0820), (*router.PathV2)(0xc0007a08f0)}, []*router.PathV2{(*router.PathV2)(0xc0007a09c0), (*router.PathV2)(0xc0007a0a90)}, []*router.PathV2{(*router.PathV2)(0xc0007a0b60), (*router.PathV2)(0xc0007a0c30)}, []*router.PathV2{(*router.PathV2)(0xc0007a0d00), (*router.PathV2)(0xc0007a0dd0)}, []*router.PathV2{(*router.PathV2)(0xc0007a0ea0), (*router.PathV2)(0xc0007a0f70)}, []*router.PathV2{(*router.PathV2)(0xc0007a1040), (*router.PathV2)(0xc0007a1110)}, []*router.PathV2{(*router.PathV2)(0xc0007a11e0), (*router.PathV2)(0xc0007a12b0)}, []*router.PathV2{(*router.PathV2)(0xc0007a1380), (*router.PathV2)(0xc0007a1450)}, []*router.PathV2{(*router.PathV2)(0xc0007a1520), (*router.PathV2)(0xc0007a15f0)}, []*router.PathV2{(*router.PathV2)(0xc0007a16c0), (*router.PathV2)(0xc0007a1790)}, []*router.PathV2{(*router.PathV2)(0xc0007a1860), (*router.PathV2)(0xc0007a1930)}, []*router.PathV2{(*router.PathV2)(0xc0007a1a00), (*router.PathV2)(0xc0007a1ad0)}, []*router.PathV2{(*router.PathV2)(0xc0007a1ba0), (*router.PathV2)(0xc0007a1c70)}, []*router.PathV2{(*router.PathV2)(0xc0007a1d40), (*router.PathV2)(0xc0007a1e10)}, []*router.PathV2{(*router.PathV2)(0xc0007a1ee0), (*router.PathV2)(0xc0007a6000)}, []*router.PathV2{(*router.PathV2)(0xc0007a60d0), (*router.PathV2)(0xc0007a61a0)}, []*router.PathV2{(*router.PathV2)(0xc0007a6270), (*router.PathV2)(0xc0007a6340)}, []*router.PathV2{(*router.PathV2)(0xc0007a6410), (*router.PathV2)(0xc0007a64e0)}, []*router.PathV2{(*router.PathV2)(0xc0007a65b0), (*router.PathV2)(0xc0007a6680)}, []*router.PathV2{(*router.PathV2)(0xc0007a6750), (*router.PathV2)(0xc0007a6820)}, []*router.PathV2{(*router.PathV2)(0xc0007a68f0), (*router.PathV2)(0xc0007a69c0)}, []*router.PathV2{(*router.PathV2)(0xc0007a6a90), (*router.PathV2)(0xc0007a6b60)}, []*router.PathV2{(*router.PathV2)(0xc0007a6c30), (*router.PathV2)(0xc0007a6d00)}, []*router.PathV2{(*router.PathV2)(0xc0007a6dd0), (*router.PathV2)(0xc0007a6ea0)}, []*router.PathV2{(*router.PathV2)(0xc0007a6f70), (*router.PathV2)(0xc0007a7040)}, []*router.PathV2{(*router.PathV2)(0xc0007a7110), (*router.PathV2)(0xc0007a71e0)}, []*router.PathV2{(*router.PathV2)(0xc0007a72b0), (*router.PathV2)(0xc0007a7380)}, []*router.PathV2{(*router.PathV2)(0xc0007a7450), (*router.PathV2)(0xc0007a7520)}, []*router.PathV2{(*router.PathV2)(0xc0007a75f0), (*router.PathV2)(0xc0007a76c0)}, []*router.PathV2{(*router.PathV2)(0xc0007a7790), (*router.PathV2)(0xc0007a7860)}, []*router.PathV2{(*router.PathV2)(0xc0007a7930), (*router.PathV2)(0xc0007a7a00)}, []*router.PathV2{(*router.PathV2)(0xc0007a7ad0), (*router.PathV2)(0xc0007a7ba0)}, []*router.PathV2{(*router.PathV2)(0xc0007a7c70), (*router.PathV2)(0xc0007a7d40)}, []*router.PathV2{(*router.PathV2)(0xc0007a7e10), (*router.PathV2)(0xc0007a7ee0)}, []*router.PathV2{(*router.PathV2)(0xc0007aa000), (*router.PathV2)(0xc0007aa0d0)}, []*router.PathV2{(*router.PathV2)(0xc0007aa1a0), (*router.PathV2)(0xc0007aa270)}, []*router.PathV2{(*router.PathV2)(0xc0007aa340), (*router.PathV2)(0xc0007aa410)}, []*router.PathV2{(*router.PathV2)(0xc0007aa4e0), (*router.PathV2)(0xc0007aa5b0)}, []*router.PathV2{(*router.PathV2)(0xc0007aa680), (*router.PathV2)(0xc0007aa750)}, []*router.PathV2{(*router.PathV2)(0xc0007aa820), (*router.PathV2)(0xc0007aa8f0)}, []*router.PathV2{(*router.PathV2)(0xc0007aa9c0), (*router.PathV2)(0xc0007aaa90)}, []*router.PathV2{(*router.PathV2)(0xc0007aab60), (*router.PathV2)(0xc0007aac30)}, []*router.PathV2{(*router.PathV2)(0xc0007aad00), (*router.PathV2)(0xc0007aadd0)}, []*router.PathV2{(*router.PathV2)(0xc0007aaea0), (*router.PathV2)(0xc0007aaf70)}, []*router.PathV2{(*router.PathV2)(0xc0007ab040), (*router.PathV2)(0xc0007ab110)}, []*router.PathV2{(*router.PathV2)(0xc0007ab1e0), (*router.PathV2)(0xc0007ab2b0)}, []*router.PathV2{(*router.PathV2)(0xc0007ab380), (*router.PathV2)(0xc0007ab450)}, []*router.PathV2{(*router.PathV2)(0xc0007ab520), (*router.PathV2)(0xc0007ab5f0)}, []*router.PathV2{(*router.PathV2)(0xc0007ab6c0), (*router.PathV2)(0xc0007ab790)}, []*router.PathV2{(*router.PathV2)(0xc0007ab860), (*router.PathV2)(0xc0007ab930)}, []*router.PathV2{(*router.PathV2)(0xc0007aba00), (*router.PathV2)(0xc0007abad0)}, []*router.PathV2{(*router.PathV2)(0xc0007abba0), (*router.PathV2)(0xc0007abc70)}, []*router.PathV2{(*router.PathV2)(0xc0007abd40), (*router.PathV2)(0xc0007abe10)}, []*router.PathV2{(*router.PathV2)(0xc0007abee0), (*router.PathV2)(0xc0007da000)}, []*router.PathV2{(*router.PathV2)(0xc0007da0d0), (*router.PathV2)(0xc0007da1a0)}, []*router.PathV2{(*router.PathV2)(0xc0007da270), (*router.PathV2)(0xc0007da340)}, []*router.PathV2{(*router.PathV2)(0xc0007da410), (*router.PathV2)(0xc0007da4e0)}, []*router.PathV2{(*router.PathV2)(0xc0007da5b0), (*router.PathV2)(0xc0007da680)}, []*router.PathV2{(*router.PathV2)(0xc0007da750), (*router.PathV2)(0xc0007da820)}, []*router.PathV2{(*router.PathV2)(0xc0007da8f0), (*router.PathV2)(0xc0007da9c0)}, []*router.PathV2{(*router.PathV2)(0xc0007daa90), (*router.PathV2)(0xc0007dab60)}, []*router.PathV2{(*router.PathV2)(0xc0007dac30), (*router.PathV2)(0xc0007dad00)}, []*router.PathV2{(*router.PathV2)(0xc0007dadd0), (*router.PathV2)(0xc0007daea0)}, []*router.PathV2{(*router.PathV2)(0xc0007daf70), (*router.PathV2)(0xc0007db040)}, []*router.PathV2{(*router.PathV2)(0xc0007db110), (*router.PathV2)(0xc0007db1e0)}, []*router.PathV2{(*router.PathV2)(0xc0007db2b0), (*router.PathV2)(0xc0007db380)}, []*router.PathV2{(*router.PathV2)(0xc0007db450), (*router.PathV2)(0xc0007db520)}, []*router.PathV2{(*router.PathV2)(0xc0007db5f0), (*router.PathV2)(0xc0007db6c0)}, []*router.PathV2{(*router.PathV2)(0xc0007db790), (*router.PathV2)(0xc0007db860)}, []*router.PathV2{(*router.PathV2)(0xc0007db930), (*router.PathV2)(0xc0007dba00)}, []*router.PathV2{(*router.PathV2)(0xc0007dbad0), (*router.PathV2)(0xc0007dbba0)}, []*router.PathV2{(*router.PathV2)(0xc0007dbc70), (*router.PathV2)(0xc0007dbd40)}, []*router.PathV2{(*router.PathV2)(0xc0007dbe10), (*router.PathV2)(0xc0007dbee0)}, []*router.PathV2{(*router.PathV2)(0xc00080c000), (*router.PathV2)(0xc00080c0d0)}, []*router.PathV2{(*router.PathV2)(0xc00080c1a0), (*router.PathV2)(0xc00080c270)}, []*router.PathV2{(*router.PathV2)(0xc00080c340), (*router.PathV2)(0xc00080c410)}, []*router.PathV2{(*router.PathV2)(0xc00080c4e0), (*router.PathV2)(0xc00080c5b0)}, []*router.PathV2{(*router.PathV2)(0xc00080c680), (*router.PathV2)(0xc00080c750)}, []*router.PathV2{(*router.PathV2)(0xc00080c820), (*router.PathV2)(0xc00080c8f0)}, []*router.PathV2{(*router.PathV2)(0xc00080c9c0), (*router.PathV2)(0xc00080ca90)}, []*router.PathV2{(*router.PathV2)(0xc00080cb60), (*router.PathV2)(0xc00080cc30)}, []*router.PathV2{(*router.PathV2)(0xc00080cd00), (*router.PathV2)(0xc00080cdd0)}, []*router.PathV2{(*router.PathV2)(0xc00080cea0), (*router.PathV2)(0xc00080cf70)}, []*router.PathV2{(*router.PathV2)(0xc00080d040), (*router.PathV2)(0xc00080d110)}, []*router.PathV2{(*router.PathV2)(0xc00080d1e0), (*router.PathV2)(0xc00080d2b0)}, []*router.PathV2{(*router.PathV2)(0xc00080d380), (*router.PathV2)(0xc00080d450)}, []*router.PathV2{(*router.PathV2)(0xc00080d520), (*router.PathV2)(0xc00080d5f0)}, []*router.PathV2{(*router.PathV2)(0xc00080d6c0), (*router.PathV2)(0xc00080d790)}, []*router.PathV2{(*router.PathV2)(0xc00080d860), (*router.PathV2)(0xc00080d930)}, []*router.PathV2{(*router.PathV2)(0xc00080da00), (*router.PathV2)(0xc00080dad0)}, []*router.PathV2{(*router.PathV2)(0xc00080dba0), (*router.PathV2)(0xc00080dc70)}, []*router.PathV2{(*router.PathV2)(0xc00080dd40), (*router.PathV2)(0xc00080de10)}, []*router.PathV2{(*router.PathV2)(0xc00080dee0), (*router.PathV2)(0xc000810000)}, []*router.PathV2{(*router.PathV2)(0xc0008100d0), (*router.PathV2)(0xc0008101a0)}, []*router.PathV2{(*router.PathV2)(0xc000810270), (*router.PathV2)(0xc000810340)}, []*router.PathV2{(*router.PathV2)(0xc000810410), (*router.PathV2)(0xc0008104e0)}, []*router.PathV2{(*router.PathV2)(0xc0008105b0), (*router.PathV2)(0xc000810680)}, []*router.PathV2{(*router.PathV2)(0xc000810750), (*router.PathV2)(0xc000810820)}, []*router.PathV2{(*router.PathV2)(0xc0008108f0), (*router.PathV2)(0xc0008109c0)}, []*router.PathV2{(*router.PathV2)(0xc000810a90), (*router.PathV2)(0xc000810b60)}, []*router.PathV2{(*router.PathV2)(0xc000810c30), (*router.PathV2)(0xc000810d00)}, []*router.PathV2{(*router.PathV2)(0xc000810dd0), (*router.PathV2)(0xc000810ea0)}, []*router.PathV2{(*router.PathV2)(0xc000810f70), (*router.PathV2)(0xc000811040)}, []*router.PathV2{(*router.PathV2)(0xc000811110), (*router.PathV2)(0xc0008111e0)}, []*router.PathV2{(*router.PathV2)(0xc0008112b0), (*router.PathV2)(0xc000811380)}, []*router.PathV2{(*router.PathV2)(0xc000811450), (*router.PathV2)(0xc000811520)}, []*router.PathV2{(*router.PathV2)(0xc0008115f0), (*router.PathV2)(0xc0008116c0)}, []*router.PathV2{(*router.PathV2)(0xc000811790), (*router.PathV2)(0xc000811860)}, []*router.PathV2{(*router.PathV2)(0xc000811930), (*router.PathV2)(0xc000811a00)}, []*router.PathV2{(*router.PathV2)(0xc000811ad0), (*router.PathV2)(0xc000811ba0)}, []*router.PathV2{(*router.PathV2)(0xc000811c70), (*router.PathV2)(0xc000811d40)}, []*router.PathV2{(*router.PathV2)(0xc000811e10), (*router.PathV2)(0xc000811ee0)}, []*router.PathV2{(*router.PathV2)(0xc000816000), (*router.PathV2)(0xc0008160d0)}, []*router.PathV2{(*router.PathV2)(0xc0008161a0), (*router.PathV2)(0xc000816270)}, []*router.PathV2{(*router.PathV2)(0xc000816340), (*router.PathV2)(0xc000816410)}, []*router.PathV2{(*router.PathV2)(0xc0008164e0), (*router.PathV2)(0xc0008165b0)}, []*router.PathV2{(*router.PathV2)(0xc000816680), (*router.PathV2)(0xc000816750)}, []*router.PathV2{(*router.PathV2)(0xc000816820), (*router.PathV2)(0xc0008168f0)}, []*router.PathV2{(*router.PathV2)(0xc0008169c0), (*router.PathV2)(0xc000816a90)}, []*router.PathV2{(*router.PathV2)(0xc000816b60), (*router.PathV2)(0xc000816c30)}, []*router.PathV2{(*router.PathV2)(0xc000816d00), (*router.PathV2)(0xc000816dd0)}, []*router.PathV2{(*router.PathV2)(0xc000816ea0), (*router.PathV2)(0xc000816f70)}, []*router.PathV2{(*router.PathV2)(0xc000817040), (*router.PathV2)(0xc000817110)}, []*router.PathV2{(*router.PathV2)(0xc0008171e0), (*router.PathV2)(0xc0008172b0)}, []*router.PathV2{(*router.PathV2)(0xc000817380), (*router.PathV2)(0xc000817450)}, []*router.PathV2{(*router.PathV2)(0xc000817520), (*router.PathV2)(0xc0008175f0)}, []*router.PathV2{(*router.PathV2)(0xc0008176c0), (*router.PathV2)(0xc000817790)}, []*router.PathV2{(*router.PathV2)(0xc000817860), (*router.PathV2)(0xc000817930)}, []*router.PathV2{(*router.PathV2)(0xc000817a00), (*router.PathV2)(0xc000817ad0)}, []*router.PathV2{(*router.PathV2)(0xc000817ba0), (*router.PathV2)(0xc000817c70)}, []*router.PathV2{(*router.PathV2)(0xc000817d40), (*router.PathV2)(0xc000817e10)}, []*router.PathV2{(*router.PathV2)(0xc000817ee0), (*router.PathV2)(0xc00081a000)}, []*router.PathV2{(*router.PathV2)(0xc00081a0d0), (*router.PathV2)(0xc00081a1a0)}, []*router.PathV2{(*router.PathV2)(0xc00081a270), (*router.PathV2)(0xc00081a340)}, []*router.PathV2{(*router.PathV2)(0xc00081a410), (*router.PathV2)(0xc00081a4e0)}, []*router.PathV2{(*router.PathV2)(0xc00081a5b0), (*router.PathV2)(0xc00081a680)}, []*router.PathV2{(*router.PathV2)(0xc00081a750), (*router.PathV2)(0xc00081a820)}, []*router.PathV2{(*router.PathV2)(0xc00081a8f0), (*router.PathV2)(0xc00081a9c0)}, []*router.PathV2{(*router.PathV2)(0xc00081aa90), (*router.PathV2)(0xc00081ab60)}, []*router.PathV2{(*router.PathV2)(0xc00081ac30), (*router.PathV2)(0xc00081ad00)}, []*router.PathV2{(*router.PathV2)(0xc00081add0), (*router.PathV2)(0xc00081aea0)}, []*router.PathV2{(*router.PathV2)(0xc00081af70), (*router.PathV2)(0xc00081b040)}, []*router.PathV2{(*router.PathV2)(0xc00081b110), (*router.PathV2)(0xc00081b1e0)}, []*router.PathV2{(*router.PathV2)(0xc00081b2b0), (*router.PathV2)(0xc00081b380)}, []*router.PathV2{(*router.PathV2)(0xc00081b450), (*router.PathV2)(0xc00081b520)}, []*router.PathV2{(*router.PathV2)(0xc00081b5f0), (*router.PathV2)(0xc00081b6c0)}, []*router.PathV2{(*router.PathV2)(0xc00081b790), (*router.PathV2)(0xc00081b860)}, []*router.PathV2{(*router.PathV2)(0xc00081b930), (*router.PathV2)(0xc00081ba00)}, []*router.PathV2{(*router.PathV2)(0xc00081bad0), (*router.PathV2)(0xc00081bba0)}, []*router.PathV2{(*router.PathV2)(0xc00081bc70), (*router.PathV2)(0xc00081bd40)}, []*router.PathV2{(*router.PathV2)(0xc00081be10), (*router.PathV2)(0xc00081bee0)}, []*router.PathV2{(*router.PathV2)(0xc00081e000), (*router.PathV2)(0xc00081e0d0)}, []*router.PathV2{(*router.PathV2)(0xc00081e1a0), (*router.PathV2)(0xc00081e270)}, []*router.PathV2{(*router.PathV2)(0xc00081e340), (*router.PathV2)(0xc00081e410)}, []*router.PathV2{(*router.PathV2)(0xc00081e4e0), (*router.PathV2)(0xc00081e5b0)}, []*router.PathV2{(*router.PathV2)(0xc00081e680), (*router.PathV2)(0xc00081e750)}, []*router.PathV2{(*router.PathV2)(0xc00081e820), (*router.PathV2)(0xc00081e8f0)}, []*router.PathV2{(*router.PathV2)(0xc00081e9c0), (*router.PathV2)(0xc00081ea90)}, []*router.PathV2{(*router.PathV2)(0xc00081eb60), (*router.PathV2)(0xc00081ec30)}, []*router.PathV2{(*router.PathV2)(0xc00081ed00), (*router.PathV2)(0xc00081edd0)}, []*router.PathV2{(*router.PathV2)(0xc00081eea0), (*router.PathV2)(0xc00081ef70)}, []*router.PathV2{(*router.PathV2)(0xc00081f040), (*router.PathV2)(0xc00081f110)}, []*router.PathV2{(*router.PathV2)(0xc00081f1e0), (*router.PathV2)(0xc00081f2b0)}, []*router.PathV2{(*router.PathV2)(0xc00081f380), (*router.PathV2)(0xc00081f450)}, []*router.PathV2{(*router.PathV2)(0xc00081f520), (*router.PathV2)(0xc00081f5f0)}, []*router.PathV2{(*router.PathV2)(0xc00081f6c0), (*router.PathV2)(0xc00081f790)}, []*router.PathV2{(*router.PathV2)(0xc00081f860), (*router.PathV2)(0xc00081f930)}, []*router.PathV2{(*router.PathV2)(0xc00081fa00), (*router.PathV2)(0xc00081fad0)}, []*router.PathV2{(*router.PathV2)(0xc00081fba0), (*router.PathV2)(0xc00081fc70)}, []*router.PathV2{(*router.PathV2)(0xc00081fd40), (*router.PathV2)(0xc00081fe10)}, []*router.PathV2{(*router.PathV2)(0xc00081fee0), (*router.PathV2)(0xc000822000)}, []*router.PathV2{(*router.PathV2)(0xc0008220d0), (*router.PathV2)(0xc0008221a0)}, []*router.PathV2{(*router.PathV2)(0xc000822270), (*router.PathV2)(0xc000822340)}, []*router.PathV2{(*router.PathV2)(0xc000822410), (*router.PathV2)(0xc0008224e0)}, []*router.PathV2{(*router.PathV2)(0xc0008225b0), (*router.PathV2)(0xc000822680)}, []*router.PathV2{(*router.PathV2)(0xc000822750), (*router.PathV2)(0xc000822820)}, []*router.PathV2{(*router.PathV2)(0xc0008228f0), (*router.PathV2)(0xc0008229c0)}, []*router.PathV2{(*router.PathV2)(0xc000822a90), (*router.PathV2)(0xc000822b60)}, []*router.PathV2{(*router.PathV2)(0xc000822c30), (*router.PathV2)(0xc000822d00)}, []*router.PathV2{(*router.PathV2)(0xc000822dd0), (*router.PathV2)(0xc000822ea0)}, []*router.PathV2{(*router.PathV2)(0xc000822f70), (*router.PathV2)(0xc000823040)}, []*router.PathV2{(*router.PathV2)(0xc000823110), (*router.PathV2)(0xc0008231e0)}, []*router.PathV2{(*router.PathV2)(0xc0008232b0), (*router.PathV2)(0xc000823380)}, []*router.PathV2{(*router.PathV2)(0xc000823450), (*router.PathV2)(0xc000823520)}, []*router.PathV2{(*router.PathV2)(0xc0008235f0), (*router.PathV2)(0xc0008236c0)}, []*router.PathV2{(*router.PathV2)(0xc000823790), (*router.PathV2)(0xc000823860)}, []*router.PathV2{(*router.PathV2)(0xc000823930), (*router.PathV2)(0xc000823a00)}, []*router.PathV2{(*router.PathV2)(0xc000823ad0), (*router.PathV2)(0xc000823ba0)}, []*router.PathV2{(*router.PathV2)(0xc000823c70), (*router.PathV2)(0xc000823d40)}, []*router.PathV2{(*router.PathV2)(0xc000823e10), (*router.PathV2)(0xc000823ee0)}, []*router.PathV2{(*router.PathV2)(0xc000828000), (*router.PathV2)(0xc0008280d0)}, []*router.PathV2{(*router.PathV2)(0xc0008281a0), (*router.PathV2)(0xc000828270)}, []*router.PathV2{(*router.PathV2)(0xc000828340), (*router.PathV2)(0xc000828410)}, []*router.PathV2{(*router.PathV2)(0xc0008284e0), (*router.PathV2)(0xc0008285b0)}, []*router.PathV2{(*router.PathV2)(0xc000828680), (*router.PathV2)(0xc000828750)}, []*router.PathV2{(*router.PathV2)(0xc000828820), (*router.PathV2)(0xc0008288f0)}, []*router.PathV2{(*router.PathV2)(0xc0008289c0), (*router.PathV2)(0xc000828a90)}, []*router.PathV2{(*router.PathV2)(0xc000828b60), (*router.PathV2)(0xc000828c30)}, []*router.PathV2{(*router.PathV2)(0xc000828d00), (*router.PathV2)(0xc000828dd0)}, []*router.PathV2{(*router.PathV2)(0xc000828ea0), (*router.PathV2)(0xc000828f70)}, []*router.PathV2{(*router.PathV2)(0xc000829040), (*router.PathV2)(0xc000829110)}, []*router.PathV2{(*router.PathV2)(0xc0008291e0), (*router.PathV2)(0xc0008292b0)}, []*router.PathV2{(*router.PathV2)(0xc000829380), (*router.PathV2)(0xc000829450)}, []*router.PathV2{(*router.PathV2)(0xc000829520), (*router.PathV2)(0xc0008295f0)}, []*router.PathV2{(*router.PathV2)(0xc0008296c0), (*router.PathV2)(0xc000829790)}, []*router.PathV2{(*router.PathV2)(0xc000829860), (*router.PathV2)(0xc000829930)}, []*router.PathV2{(*router.PathV2)(0xc000829a00), (*router.PathV2)(0xc000829ad0)}, []*router.PathV2{(*router.PathV2)(0xc000829ba0), (*router.PathV2)(0xc000829c70)}, []*router.PathV2{(*router.PathV2)(0xc000829d40), (*router.PathV2)(0xc000829e10)}, []*router.PathV2{(*router.PathV2)(0xc000829ee0), (*router.PathV2)(0xc00082c000)}, []*router.PathV2{(*router.PathV2)(0xc00082c0d0), (*router.PathV2)(0xc00082c1a0)}, []*router.PathV2{(*router.PathV2)(0xc00082c270), (*router.PathV2)(0xc00082c340)}, []*router.PathV2{(*router.PathV2)(0xc00082c410), (*router.PathV2)(0xc00082c4e0)}, []*router.PathV2{(*router.PathV2)(0xc00082c5b0), (*router.PathV2)(0xc00082c680)}, []*router.PathV2{(*router.PathV2)(0xc00082c750), (*router.PathV2)(0xc00082c820)}, []*router.PathV2{(*router.PathV2)(0xc00082c8f0), (*router.PathV2)(0xc00082c9c0)}, []*router.PathV2{(*router.PathV2)(0xc00082ca90), (*router.PathV2)(0xc00082cb60)}, []*router.PathV2{(*router.PathV2)(0xc00082cc30), (*router.PathV2)(0xc00082cd00)}, []*router.PathV2{(*router.PathV2)(0xc00082cdd0), (*router.PathV2)(0xc00082cea0)}, []*router.PathV2{(*router.PathV2)(0xc00082cf70), (*router.PathV2)(0xc00082d040)}, []*router.PathV2{(*router.PathV2)(0xc00082d110), (*router.PathV2)(0xc00082d1e0)}, []*router.PathV2{(*router.PathV2)(0xc00082d2b0), (*router.PathV2)(0xc00082d380)}, []*router.PathV2{(*router.PathV2)(0xc00082d450), (*router.PathV2)(0xc00082d520)}, []*router.PathV2{(*router.PathV2)(0xc00082d5f0), (*router.PathV2)(0xc00082d6c0)}, []*router.PathV2{(*router.PathV2)(0xc00082d790), (*router.PathV2)(0xc00082d860)}, []*router.PathV2{(*router.PathV2)(0xc00082d930), (*router.PathV2)(0xc00082da00)}, []*router.PathV2{(*router.PathV2)(0xc00082dad0), (*router.PathV2)(0xc00082dba0)}, []*router.PathV2{(*router.PathV2)(0xc00082dc70), (*router.PathV2)(0xc00082dd40)}, []*router.PathV2{(*router.PathV2)(0xc00082de10), (*router.PathV2)(0xc00082dee0)}, []*router.PathV2{(*router.PathV2)(0xc000830000), (*router.PathV2)(0xc0008300d0)}, []*router.PathV2{(*router.PathV2)(0xc0008301a0), (*router.PathV2)(0xc000830270)}, []*router.PathV2{(*router.PathV2)(0xc000830340), (*router.PathV2)(0xc000830410)}, []*router.PathV2{(*router.PathV2)(0xc0008304e0), (*router.PathV2)(0xc0008305b0)}, []*router.PathV2{(*router.PathV2)(0xc000830680), (*router.PathV2)(0xc000830750)}, []*router.PathV2{(*router.PathV2)(0xc000830820), (*router.PathV2)(0xc0008308f0)}, []*router.PathV2{(*router.PathV2)(0xc0008309c0), (*router.PathV2)(0xc000830a90)}, []*router.PathV2{(*router.PathV2)(0xc000830b60), (*router.PathV2)(0xc000830c30)}, []*router.PathV2{(*router.PathV2)(0xc000830d00), (*router.PathV2)(0xc000830dd0)}, []*router.PathV2{(*router.PathV2)(0xc000830ea0), (*router.PathV2)(0xc000830f70)}, []*router.PathV2{(*router.PathV2)(0xc000831040), (*router.PathV2)(0xc000831110)}, []*router.PathV2{(*router.PathV2)(0xc0008311e0), (*router.PathV2)(0xc0008312b0)}, []*router.PathV2{(*router.PathV2)(0xc000831380), (*router.PathV2)(0xc000831450)}, []*router.PathV2{(*router.PathV2)(0xc000831520), (*router.PathV2)(0xc0008315f0)}, []*router.PathV2{(*router.PathV2)(0xc0008316c0), (*router.PathV2)(0xc000831790)}, []*router.PathV2{(*router.PathV2)(0xc000831860), (*router.PathV2)(0xc000831930)}, []*router.PathV2{(*router.PathV2)(0xc000831a00), (*router.PathV2)(0xc000831ad0)}, []*router.PathV2{(*router.PathV2)(0xc000831ba0), (*router.PathV2)(0xc000831c70)}, []*router.PathV2{(*router.PathV2)(0xc000831d40), (*router.PathV2)(0xc000831e10)}, []*router.PathV2{(*router.PathV2)(0xc000831ee0), (*router.PathV2)(0xc000834000)}, []*router.PathV2{(*router.PathV2)(0xc0008340d0), (*router.PathV2)(0xc0008341a0)}, []*router.PathV2{(*router.PathV2)(0xc000834270), (*router.PathV2)(0xc000834340)}, []*router.PathV2{(*router.PathV2)(0xc000834410), (*router.PathV2)(0xc0008344e0)}, []*router.PathV2{(*router.PathV2)(0xc0008345b0), (*router.PathV2)(0xc000834680)}, []*router.PathV2{(*router.PathV2)(0xc000834750), (*router.PathV2)(0xc000834820)}, []*router.PathV2{(*router.PathV2)(0xc0008348f0), (*router.PathV2)(0xc0008349c0)}, []*router.PathV2{(*router.PathV2)(0xc000834a90), (*router.PathV2)(0xc000834b60)}, []*router.PathV2{(*router.PathV2)(0xc000834c30), (*router.PathV2)(0xc000834d00)}, []*router.PathV2{(*router.PathV2)(0xc000834dd0), (*router.PathV2)(0xc000834ea0)}, []*router.PathV2{(*router.PathV2)(0xc000834f70), (*router.PathV2)(0xc000835040)}, []*router.PathV2{(*router.PathV2)(0xc000835110), (*router.PathV2)(0xc0008351e0)}, []*router.PathV2{(*router.PathV2)(0xc0008352b0), (*router.PathV2)(0xc000835380)}, []*router.PathV2{(*router.PathV2)(0xc000835450), (*router.PathV2)(0xc000835520)}, []*router.PathV2{(*router.PathV2)(0xc0008355f0), (*router.PathV2)(0xc0008356c0)}, []*router.PathV2{(*router.PathV2)(0xc000835790), (*router.PathV2)(0xc000835860)}, []*router.PathV2{(*router.PathV2)(0xc000835930), (*router.PathV2)(0xc000835a00)}, []*router.PathV2{(*router.PathV2)(0xc000835ad0), (*router.PathV2)(0xc000835ba0)}, []*router.PathV2{(*router.PathV2)(0xc000835c70), (*router.PathV2)(0xc000835d40)}, []*router.PathV2{(*router.PathV2)(0xc000835e10), (*router.PathV2)(0xc000835ee0)}, []*router.PathV2{(*router.PathV2)(0xc000838000), (*router.PathV2)(0xc0008380d0)}, []*router.PathV2{(*router.PathV2)(0xc0008381a0), (*router.PathV2)(0xc000838270)}, []*router.PathV2{(*router.PathV2)(0xc000838340), (*router.PathV2)(0xc000838410)}, []*router.PathV2{(*router.PathV2)(0xc0008384e0), (*router.PathV2)(0xc0008385b0)}, []*router.PathV2{(*router.PathV2)(0xc000838680), (*router.PathV2)(0xc000838750)}, []*router.PathV2{(*router.PathV2)(0xc000838820), (*router.PathV2)(0xc0008388f0)}, []*router.PathV2{(*router.PathV2)(0xc0008389c0), (*router.PathV2)(0xc000838a90)}, []*router.PathV2{(*router.PathV2)(0xc000838b60), (*router.PathV2)(0xc000838c30)}, []*router.PathV2{(*router.PathV2)(0xc000838d00), (*router.PathV2)(0xc000838dd0)}, []*router.PathV2{(*router.PathV2)(0xc000838ea0), (*router.PathV2)(0xc000838f70)}, []*router.PathV2{(*router.PathV2)(0xc000839040), (*router.PathV2)(0xc000839110)}, []*router.PathV2{(*router.PathV2)(0xc0008391e0), (*router.PathV2)(0xc0008392b0)}, []*router.PathV2{(*router.PathV2)(0xc000839380), (*router.PathV2)(0xc000839450)}, []*router.PathV2{(*router.PathV2)(0xc000839520), (*router.PathV2)(0xc0008395f0)}, []*router.PathV2{(*router.PathV2)(0xc0008396c0), (*router.PathV2)(0xc000839790)}, []*router.PathV2{(*router.PathV2)(0xc000839860), (*router.PathV2)(0xc000839930)}, []*router.PathV2{(*router.PathV2)(0xc000839a00), (*router.PathV2)(0xc000839ad0)}, []*router.PathV2{(*router.PathV2)(0xc000839ba0), (*router.PathV2)(0xc000839c70)}, []*router.PathV2{(*router.PathV2)(0xc000839d40), (*router.PathV2)(0xc000839e10)}, []*router.PathV2{(*router.PathV2)(0xc000839ee0), (*router.PathV2)(0xc00083e000)}, []*router.PathV2{(*router.PathV2)(0xc00083e0d0), (*router.PathV2)(0xc00083e1a0)}, []*router.PathV2{(*router.PathV2)(0xc00083e270), (*router.PathV2)(0xc00083e340)}, []*router.PathV2{(*router.PathV2)(0xc00083e410), (*router.PathV2)(0xc00083e4e0)}, []*router.PathV2{(*router.PathV2)(0xc00083e5b0), (*router.PathV2)(0xc00083e680)}, []*router.PathV2{(*router.PathV2)(0xc00083e750), (*router.PathV2)(0xc00083e820)}, []*router.PathV2{(*router.PathV2)(0xc00083e8f0), (*router.PathV2)(0xc00083e9c0)}, []*router.PathV2{(*router.PathV2)(0xc00083ea90), (*router.PathV2)(0xc00083eb60)}, []*router.PathV2{(*router.PathV2)(0xc00083ec30), (*router.PathV2)(0xc00083ed00)}, []*router.PathV2{(*router.PathV2)(0xc00083edd0), (*router.PathV2)(0xc00083eea0)}, []*router.PathV2{(*router.PathV2)(0xc00083ef70), (*router.PathV2)(0xc00083f040)}, []*router.PathV2{(*router.PathV2)(0xc00083f110), (*router.PathV2)(0xc00083f1e0)}, []*router.PathV2{(*router.PathV2)(0xc00083f2b0), (*router.PathV2)(0xc00083f380)}, []*router.PathV2{(*router.PathV2)(0xc00083f450), (*router.PathV2)(0xc00083f520)}, []*router.PathV2{(*router.PathV2)(0xc00083f5f0), (*router.PathV2)(0xc00083f6c0)}, []*router.PathV2{(*router.PathV2)(0xc00083f790), (*router.PathV2)(0xc00083f860)}, []*router.PathV2{(*router.PathV2)(0xc00083f930), (*router.PathV2)(0xc00083fa00)}, []*router.PathV2{(*router.PathV2)(0xc00083fad0), (*router.PathV2)(0xc00083fba0)}, []*router.PathV2{(*router.PathV2)(0xc00083fc70), (*router.PathV2)(0xc00083fd40)}, []*router.PathV2{(*router.PathV2)(0xc00083fe10), (*router.PathV2)(0xc00083fee0)}, []*router.PathV2{(*router.PathV2)(0xc000842000), (*router.PathV2)(0xc0007f6000)}, []*router.PathV2{(*router.PathV2)(0xc0007f60d0), (*router.PathV2)(0xc0007f61a0)}, []*router.PathV2{(*router.PathV2)(0xc0007f6270), (*router.PathV2)(0xc0007f6340)}, []*router.PathV2{(*router.PathV2)(0xc0007f6410), (*router.PathV2)(0xc0007f64e0)}, []*router.PathV2{(*router.PathV2)(0xc0007f65b0), (*router.PathV2)(0xc0007f6680)}, []*router.PathV2{(*router.PathV2)(0xc0007f6750), (*router.PathV2)(0xc0007f6820)}, []*router.PathV2{(*router.PathV2)(0xc0007f68f0), (*router.PathV2)(0xc0007f69c0)}, []*router.PathV2{(*router.PathV2)(0xc0007f6a90), (*router.PathV2)(0xc0007f6b60)}, []*router.PathV2{(*router.PathV2)(0xc0007f6c30), (*router.PathV2)(0xc0007f6d00)}, []*router.PathV2{(*router.PathV2)(0xc0007f6dd0), (*router.PathV2)(0xc0007f6ea0)}, []*router.PathV2{(*router.PathV2)(0xc0007f6f70), (*router.PathV2)(0xc0007f7040)}, []*router.PathV2{(*router.PathV2)(0xc0007f7110), (*router.PathV2)(0xc0007f71e0)}, []*router.PathV2{(*router.PathV2)(0xc0007f72b0), (*router.PathV2)(0xc0007f7380)}, []*router.PathV2{(*router.PathV2)(0xc0007f7450), (*router.PathV2)(0xc0007f7520)}, []*router.PathV2{(*router.PathV2)(0xc0007f75f0), (*router.PathV2)(0xc0007f76c0)}, []*router.PathV2{(*router.PathV2)(0xc0007f7790), (*router.PathV2)(0xc0007f7860)}, []*router.PathV2{(*router.PathV2)(0xc0007f7930), (*router.PathV2)(0xc0007f7a00)}, []*router.PathV2{(*router.PathV2)(0xc0007f7ad0), (*router.PathV2)(0xc0007f7ba0)}, []*router.PathV2{(*router.PathV2)(0xc0007f7c70), (*router.PathV2)(0xc0007f7d40)}, []*router.PathV2{(*router.PathV2)(0xc0007f7e10), (*router.PathV2)(0xc0007f7ee0)}, []*router.PathV2{(*router.PathV2)(0xc0007fc000), (*router.PathV2)(0xc0007fc0d0)}, []*router.PathV2{(*router.PathV2)(0xc0007fc1a0), (*router.PathV2)(0xc0007fc270)}, []*router.PathV2{(*router.PathV2)(0xc0007fc340), (*router.PathV2)(0xc0007fc410)}, []*router.PathV2{(*router.PathV2)(0xc0007fc4e0), (*router.PathV2)(0xc0007fc5b0)}, []*router.PathV2{(*router.PathV2)(0xc0007fc680), (*router.PathV2)(0xc0007fc750)}, []*router.PathV2{(*router.PathV2)(0xc0007fc820), (*router.PathV2)(0xc0007fc8f0)}, []*router.PathV2{(*router.PathV2)(0xc0007fc9c0), (*router.PathV2)(0xc0007fca90)}, []*router.PathV2{(*router.PathV2)(0xc0007fcb60), (*router.PathV2)(0xc0007fcc30)}, []*router.PathV2{(*router.PathV2)(0xc0007fcd00), (*router.PathV2)(0xc0007fcdd0)}, []*router.PathV2{(*router.PathV2)(0xc0007fcea0), (*router.PathV2)(0xc0007fcf70)}, []*router.PathV2{(*router.PathV2)(0xc0007fd040), (*router.PathV2)(0xc0007fd110)}, []*router.PathV2{(*router.PathV2)(0xc0007fd1e0), (*router.PathV2)(0xc0007fd2b0)}, []*router.PathV2{(*router.PathV2)(0xc0007fd380), (*router.PathV2)(0xc0007fd450)}, []*router.PathV2{(*router.PathV2)(0xc0007fd520), (*router.PathV2)(0xc0007fd5f0)}, []*router.PathV2{(*router.PathV2)(0xc0007fd6c0), (*router.PathV2)(0xc0007fd790)}, []*router.PathV2{(*router.PathV2)(0xc0007fd860), (*router.PathV2)(0xc0007fd930)}, []*router.PathV2{(*router.PathV2)(0xc0007fda00), (*router.PathV2)(0xc0007fdad0)}, []*router.PathV2{(*router.PathV2)(0xc0007fdba0), (*router.PathV2)(0xc0007fdc70)}, []*router.PathV2{(*router.PathV2)(0xc0007fdd40), (*router.PathV2)(0xc0007fde10)}, []*router.PathV2{(*router.PathV2)(0xc0007fdee0), (*router.PathV2)(0xc000880000)}, []*router.PathV2{(*router.PathV2)(0xc0008800d0), (*router.PathV2)(0xc0008801a0)}, []*router.PathV2{(*router.PathV2)(0xc000880270), (*router.PathV2)(0xc000880340)}, []*router.PathV2{(*router.PathV2)(0xc000880410), (*router.PathV2)(0xc0008804e0)}, []*router.PathV2{(*router.PathV2)(0xc0008805b0), (*router.PathV2)(0xc000880680)}, []*router.PathV2{(*router.PathV2)(0xc000880750), (*router.PathV2)(0xc000880820)}, []*router.PathV2{(*router.PathV2)(0xc0008808f0), (*router.PathV2)(0xc0008809c0)}, []*router.PathV2{(*router.PathV2)(0xc000880a90), (*router.PathV2)(0xc000880b60)}, []*router.PathV2{(*router.PathV2)(0xc000880c30), (*router.PathV2)(0xc000880d00)}, []*router.PathV2{(*router.PathV2)(0xc000880dd0), (*router.PathV2)(0xc0008420d0)}, []*router.PathV2{(*router.PathV2)(0xc0008421a0), (*router.PathV2)(0xc000842270)}, []*router.PathV2{(*router.PathV2)(0xc000842340), (*router.PathV2)(0xc000842410)}, []*router.PathV2{(*router.PathV2)(0xc0008424e0), (*router.PathV2)(0xc0008425b0)}, []*router.PathV2{(*router.PathV2)(0xc000842680), (*router.PathV2)(0xc000842750)}, []*router.PathV2{(*router.PathV2)(0xc000842820), (*router.PathV2)(0xc0008428f0)}, []*router.PathV2{(*router.PathV2)(0xc0008429c0), (*router.PathV2)(0xc000842a90)}, []*router.PathV2{(*router.PathV2)(0xc000842b60), (*router.PathV2)(0xc000842c30)}, []*router.PathV2{(*router.PathV2)(0xc000842d00), (*router.PathV2)(0xc000842dd0)}, []*router.PathV2{(*router.PathV2)(0xc000842ea0), (*router.PathV2)(0xc000842f70)}, []*router.PathV2{(*router.PathV2)(0xc000843040), (*router.PathV2)(0xc000843110)}, []*router.PathV2{(*router.PathV2)(0xc0008431e0), (*router.PathV2)(0xc0008432b0)}, []*router.PathV2{(*router.PathV2)(0xc000843380), (*router.PathV2)(0xc000843450)}, []*router.PathV2{(*router.PathV2)(0xc000843520), (*router.PathV2)(0xc0008435f0)}, []*router.PathV2{(*router.PathV2)(0xc0008436c0), (*router.PathV2)(0xc000843790)}, []*router.PathV2{(*router.PathV2)(0xc000843860), (*router.PathV2)(0xc000843930)}, []*router.PathV2{(*router.PathV2)(0xc000843a00), (*router.PathV2)(0xc000843ad0)}, []*router.PathV2{(*router.PathV2)(0xc000843ba0), (*router.PathV2)(0xc000843c70)}, []*router.PathV2{(*router.PathV2)(0xc000843d40), (*router.PathV2)(0xc000843e10)}, []*router.PathV2{(*router.PathV2)(0xc000843ee0), (*router.PathV2)(0xc000880ea0)}, []*router.PathV2{(*router.PathV2)(0xc000880f70), (*router.PathV2)(0xc000881040)}, []*router.PathV2{(*router.PathV2)(0xc000881110), (*router.PathV2)(0xc0008811e0)}, []*router.PathV2{(*router.PathV2)(0xc0008812b0), (*router.PathV2)(0xc000881380)}, []*router.PathV2{(*router.PathV2)(0xc000881450), (*router.PathV2)(0xc000881520)}, []*router.PathV2{(*router.PathV2)(0xc0008815f0), (*router.PathV2)(0xc0008816c0)}, []*router.PathV2{(*router.PathV2)(0xc000881790), (*router.PathV2)(0xc000881860)}, []*router.PathV2{(*router.PathV2)(0xc000881930), (*router.PathV2)(0xc000881a00)}, []*router.PathV2{(*router.PathV2)(0xc000881ad0), (*router.PathV2)(0xc000881ba0)}, []*router.PathV2{(*router.PathV2)(0xc000881c70), (*router.PathV2)(0xc000881d40)}, []*router.PathV2{(*router.PathV2)(0xc000881e10), (*router.PathV2)(0xc000881ee0)}, []*router.PathV2{(*router.PathV2)(0xc0007d0000), (*router.PathV2)(0xc0007d0340)}, []*router.PathV2{(*router.PathV2)(0xc0007d0820), (*router.PathV2)(0xc0007d0d00)}, []*router.PathV2{(*router.PathV2)(0xc0007d0f70), (*router.PathV2)(0xc0007d11e0)}, []*router.PathV2{(*router.PathV2)(0xc0007d12b0), (*router.PathV2)(0xc0007d1380)}, []*router.PathV2{(*router.PathV2)(0xc0007d1520), (*router.PathV2)(0xc0007d1860)}, []*router.PathV2{(*router.PathV2)(0xc0007d1930), (*router.PathV2)(0xc0007d1ad0)}, []*router.PathV2{(*router.PathV2)(0xc0007d1ba0), (*router.PathV2)(0xc0007d1c70)}, []*router.PathV2{(*router.PathV2)(0xc0007d1e10), (*router.PathV2)(0xc0007d1ee0)}, []*router.PathV2{(*router.PathV2)(0xc0001b4000), (*router.PathV2)(0xc0001b49c0)}, []*router.PathV2{(*router.PathV2)(0xc0001b4a90), (*router.PathV2)(0xc0001b4b60)}, []*router.PathV2{(*router.PathV2)(0xc0001b5450), (*router.PathV2)(0xc0001b5520)}, []*router.PathV2{(*router.PathV2)(0xc0001b56c0), (*router.PathV2)(0xc0001b5860)}, []*router.PathV2{(*router.PathV2)(0xc0001b5930), (*router.PathV2)(0xc0001b5a00)}, []*router.PathV2{(*router.PathV2)(0xc0001b5ad0), (*router.PathV2)(0xc0001b5ba0)}, []*router.PathV2{(*router.PathV2)(0xc0001b5c70), (*router.PathV2)(0xc0001b5d40)}, []*router.PathV2{(*router.PathV2)(0xc0001b5e10), (*router.PathV2)(0xc0001b5ee0)}, []*router.PathV2{(*router.PathV2)(0xc0000ae000), (*router.PathV2)(0xc0000ae0d0)}, []*router.PathV2{(*router.PathV2)(0xc0000ae1a0), (*router.PathV2)(0xc0000ae270)}, []*router.PathV2{(*router.PathV2)(0xc0000aedd0), (*router.PathV2)(0xc0000aeea0)}, []*router.PathV2{(*router.PathV2)(0xc0000aef70), (*router.PathV2)(0xc0000af040)}, []*router.PathV2{(*router.PathV2)(0xc0000af110), (*router.PathV2)(0xc0000af1e0)}, []*router.PathV2{(*router.PathV2)(0xc0000af2b0), (*router.PathV2)(0xc0000af380)}, []*router.PathV2{(*router.PathV2)(0xc0000af450), (*router.PathV2)(0xc0000af520)}, []*router.PathV2{(*router.PathV2)(0xc0000af5f0), (*router.PathV2)(0xc0000af6c0)}, []*router.PathV2{(*router.PathV2)(0xc0000af790), (*router.PathV2)(0xc0000af860)}, []*router.PathV2{(*router.PathV2)(0xc000416d00), (*router.PathV2)(0xc00012c8f0)}, []*router.PathV2{(*router.PathV2)(0xc000020000), (*router.PathV2)(0xc0000200d0)}, []*router.PathV2{(*router.PathV2)(0xc0000201a0), (*router.PathV2)(0xc000020270)}, []*router.PathV2{(*router.PathV2)(0xc000020340), (*router.PathV2)(0xc000020410)}, []*router.PathV2{(*router.PathV2)(0xc0000204e0), (*router.PathV2)(0xc0000205b0)}, []*router.PathV2{(*router.PathV2)(0xc000020680), (*router.PathV2)(0xc000020750)}, []*router.PathV2{(*router.PathV2)(0xc000020820), (*router.PathV2)(0xc0000208f0)}, []*router.PathV2{(*router.PathV2)(0xc0000209c0), (*router.PathV2)(0xc000020a90)}, []*router.PathV2{(*router.PathV2)(0xc000020b60), (*router.PathV2)(0xc000020c30)}, []*router.PathV2{(*router.PathV2)(0xc000020d00), (*router.PathV2)(0xc000020dd0)}, []*router.PathV2{(*router.PathV2)(0xc000020ea0), (*router.PathV2)(0xc000020f70)}, []*router.PathV2{(*router.PathV2)(0xc000021040), (*router.PathV2)(0xc000021110)}, []*router.PathV2{(*router.PathV2)(0xc0000211e0), (*router.PathV2)(0xc0000212b0)}, []*router.PathV2{(*router.PathV2)(0xc000021380), (*router.PathV2)(0xc000021450)}, []*router.PathV2{(*router.PathV2)(0xc000021520), (*router.PathV2)(0xc0000215f0)}, []*router.PathV2{(*router.PathV2)(0xc0000216c0), (*router.PathV2)(0xc000021790)}, []*router.PathV2{(*router.PathV2)(0xc000021860), (*router.PathV2)(0xc000021930)}, []*router.PathV2{(*router.PathV2)(0xc000021a00), (*router.PathV2)(0xc000021ad0)}, []*router.PathV2{(*router.PathV2)(0xc000021ba0), (*router.PathV2)(0xc000021c70)}, []*router.PathV2{(*router.PathV2)(0xc000021d40), (*router.PathV2)(0xc000021e10)}, []*router.PathV2{(*router.PathV2)(0xc000021ee0), (*router.PathV2)(0xc000024000)}, []*router.PathV2{(*router.PathV2)(0xc0000240d0), (*router.PathV2)(0xc0000241a0)}, []*router.PathV2{(*router.PathV2)(0xc000024270), (*router.PathV2)(0xc000024340)}, []*router.PathV2{(*router.PathV2)(0xc000024410), (*router.PathV2)(0xc0000244e0)}, []*router.PathV2{(*router.PathV2)(0xc0000245b0), (*router.PathV2)(0xc000024680)}, []*router.PathV2{(*router.PathV2)(0xc000024750), (*router.PathV2)(0xc000024820)}, []*router.PathV2{(*router.PathV2)(0xc0000248f0), (*router.PathV2)(0xc0000249c0)}, []*router.PathV2{(*router.PathV2)(0xc000024a90), (*router.PathV2)(0xc000024b60)}, []*router.PathV2{(*router.PathV2)(0xc000024c30), (*router.PathV2)(0xc000024d00)}, []*router.PathV2{(*router.PathV2)(0xc000024dd0), (*router.PathV2)(0xc000024ea0)}, []*router.PathV2{(*router.PathV2)(0xc000024f70), (*router.PathV2)(0xc000025040)}, []*router.PathV2{(*router.PathV2)(0xc000025110), (*router.PathV2)(0xc0000251e0)}, []*router.PathV2{(*router.PathV2)(0xc0000252b0), (*router.PathV2)(0xc000025380)}, []*router.PathV2{(*router.PathV2)(0xc000025450), (*router.PathV2)(0xc000025520)}, []*router.PathV2{(*router.PathV2)(0xc0000255f0), (*router.PathV2)(0xc0000256c0)}, []*router.PathV2{(*router.PathV2)(0xc000025790), (*router.PathV2)(0xc000025860)}, []*router.PathV2{(*router.PathV2)(0xc000025930), (*router.PathV2)(0xc000025a00)}, []*router.PathV2{(*router.PathV2)(0xc000025ad0), (*router.PathV2)(0xc000025ba0)}, []*router.PathV2{(*router.PathV2)(0xc000025c70), (*router.PathV2)(0xc000025d40)}, []*router.PathV2{(*router.PathV2)(0xc000025e10), (*router.PathV2)(0xc000025ee0)}, []*router.PathV2{(*router.PathV2)(0xc00002a000), (*router.PathV2)(0xc00002a0d0)}, []*router.PathV2{(*router.PathV2)(0xc00002a1a0), (*router.PathV2)(0xc00002a270)}, []*router.PathV2{(*router.PathV2)(0xc00002a340), (*router.PathV2)(0xc00002a410)}, []*router.PathV2{(*router.PathV2)(0xc00002a4e0), (*router.PathV2)(0xc00002a5b0)}, []*router.PathV2{(*router.PathV2)(0xc00002a680), (*router.PathV2)(0xc00002a750)}, []*router.PathV2{(*router.PathV2)(0xc00002a820), (*router.PathV2)(0xc00002a8f0)}, []*router.PathV2{(*router.PathV2)(0xc00002a9c0), (*router.PathV2)(0xc00002aa90)}, []*router.PathV2{(*router.PathV2)(0xc00002ab60), (*router.PathV2)(0xc00002ac30)}, []*router.PathV2{(*router.PathV2)(0xc00002ad00), (*router.PathV2)(0xc00002add0)}, []*router.PathV2{(*router.PathV2)(0xc00002aea0), (*router.PathV2)(0xc00002af70)}, []*router.PathV2{(*router.PathV2)(0xc00002b040), (*router.PathV2)(0xc00002b110)}, []*router.PathV2{(*router.PathV2)(0xc00002b1e0), (*router.PathV2)(0xc00002b2b0)}, []*router.PathV2{(*router.PathV2)(0xc00002b380), (*router.PathV2)(0xc00002b450)}, []*router.PathV2{(*router.PathV2)(0xc00002b520), (*router.PathV2)(0xc00002b5f0)}, []*router.PathV2{(*router.PathV2)(0xc00002b6c0), (*router.PathV2)(0xc00002b790)}, []*router.PathV2{(*router.PathV2)(0xc00002b860), (*router.PathV2)(0xc00002b930)}, []*router.PathV2{(*router.PathV2)(0xc00002ba00), (*router.PathV2)(0xc00002bad0)}, []*router.PathV2{(*router.PathV2)(0xc00002bba0), (*router.PathV2)(0xc00002bc70)}, []*router.PathV2{(*router.PathV2)(0xc00002bd40), (*router.PathV2)(0xc00002be10)}, []*router.PathV2{(*router.PathV2)(0xc00002bee0), (*router.PathV2)(0xc00002e000)}, []*router.PathV2{(*router.PathV2)(0xc00002e0d0), (*router.PathV2)(0xc00002e1a0)}, []*router.PathV2{(*router.PathV2)(0xc00002e270), (*router.PathV2)(0xc00002e340)}, []*router.PathV2{(*router.PathV2)(0xc00002e410), (*router.PathV2)(0xc00002e4e0)}, []*router.PathV2{(*router.PathV2)(0xc00002e5b0), (*router.PathV2)(0xc00002e680)}, []*router.PathV2{(*router.PathV2)(0xc00002e750), (*router.PathV2)(0xc00002e820)}, []*router.PathV2{(*router.PathV2)(0xc00002e8f0), (*router.PathV2)(0xc00002e9c0)}, []*router.PathV2{(*router.PathV2)(0xc00002ea90), (*router.PathV2)(0xc00002eb60)}, []*router.PathV2{(*router.PathV2)(0xc00002ec30), (*router.PathV2)(0xc00002ed00)}, []*router.PathV2{(*router.PathV2)(0xc00002edd0), (*router.PathV2)(0xc00002eea0)}, []*router.PathV2{(*router.PathV2)(0xc00002ef70), (*router.PathV2)(0xc00002f040)}, []*router.PathV2{(*router.PathV2)(0xc00002f110), (*router.PathV2)(0xc00002f1e0)}, []*router.PathV2{(*router.PathV2)(0xc00002f2b0), (*router.PathV2)(0xc00002f380)}, []*router.PathV2{(*router.PathV2)(0xc00002f450), (*router.PathV2)(0xc00002f520)}, []*router.PathV2{(*router.PathV2)(0xc00002f5f0), (*router.PathV2)(0xc00002f6c0)}, []*router.PathV2{(*router.PathV2)(0xc00002f790), (*router.PathV2)(0xc00002f860)}, []*router.PathV2{(*router.PathV2)(0xc00002f930), (*router.PathV2)(0xc00002fa00)}, []*router.PathV2{(*router.PathV2)(0xc00002fad0), (*router.PathV2)(0xc00002fba0)}, []*router.PathV2{(*router.PathV2)(0xc00002fc70), (*router.PathV2)(0xc00002fd40)}, []*router.PathV2{(*router.PathV2)(0xc00002fe10), (*router.PathV2)(0xc00002fee0)}, []*router.PathV2{(*router.PathV2)(0xc000032000), (*router.PathV2)(0xc0000320d0)}, []*router.PathV2{(*router.PathV2)(0xc0000321a0), (*router.PathV2)(0xc000032270)}, []*router.PathV2{(*router.PathV2)(0xc000032340), (*router.PathV2)(0xc000032410)}, []*router.PathV2{(*router.PathV2)(0xc0000324e0), (*router.PathV2)(0xc0000325b0)}, []*router.PathV2{(*router.PathV2)(0xc000032680), (*router.PathV2)(0xc000032750)}, []*router.PathV2{(*router.PathV2)(0xc000032820), (*router.PathV2)(0xc0000328f0)}, []*router.PathV2{(*router.PathV2)(0xc0000329c0), (*router.PathV2)(0xc000032a90)}, []*router.PathV2{(*router.PathV2)(0xc000032b60), (*router.PathV2)(0xc000032c30)}, []*router.PathV2{(*router.PathV2)(0xc000032d00), (*router.PathV2)(0xc000032dd0)}, []*router.PathV2{(*router.PathV2)(0xc000032ea0), (*router.PathV2)(0xc000032f70)}, []*router.PathV2{(*router.PathV2)(0xc000033040), (*router.PathV2)(0xc000033110)}, []*router.PathV2{(*router.PathV2)(0xc0000331e0), (*router.PathV2)(0xc0000332b0)}, []*router.PathV2{(*router.PathV2)(0xc000033380), (*router.PathV2)(0xc000033450)}, []*router.PathV2{(*router.PathV2)(0xc000033520), (*router.PathV2)(0xc0000335f0)}, []*router.PathV2{(*router.PathV2)(0xc0000336c0), (*router.PathV2)(0xc000033790)}, []*router.PathV2{(*router.PathV2)(0xc000033860), (*router.PathV2)(0xc000033930)}, []*router.PathV2{(*router.PathV2)(0xc000033a00), (*router.PathV2)(0xc000033ad0)}, []*router.PathV2{(*router.PathV2)(0xc000033ba0), (*router.PathV2)(0xc000033c70)}, []*router.PathV2{(*router.PathV2)(0xc000033d40), (*router.PathV2)(0xc000033e10)}, []*router.PathV2{(*router.PathV2)(0xc000033ee0), (*router.PathV2)(0xc000016000)}, []*router.PathV2{(*router.PathV2)(0xc0000160d0), (*router.PathV2)(0xc0000161a0)}, []*router.PathV2{(*router.PathV2)(0xc000016270), (*router.PathV2)(0xc000016340)}, []*router.PathV2{(*router.PathV2)(0xc000016410), (*router.PathV2)(0xc0000164e0)}, []*router.PathV2{(*router.PathV2)(0xc0000165b0), (*router.PathV2)(0xc000016680)}, []*router.PathV2{(*router.PathV2)(0xc000016750), (*router.PathV2)(0xc000016820)}, []*router.PathV2{(*router.PathV2)(0xc0000168f0), (*router.PathV2)(0xc0000169c0)}, []*router.PathV2{(*router.PathV2)(0xc000016a90), (*router.PathV2)(0xc000016b60)}, []*router.PathV2{(*router.PathV2)(0xc000016c30), (*router.PathV2)(0xc000016d00)}, []*router.PathV2{(*router.PathV2)(0xc000016dd0), (*router.PathV2)(0xc000016ea0)}, []*router.PathV2{(*router.PathV2)(0xc000016f70), (*router.PathV2)(0xc000017040)}, []*router.PathV2{(*router.PathV2)(0xc000017110), (*router.PathV2)(0xc0000171e0)}, []*router.PathV2{(*router.PathV2)(0xc0000172b0), (*router.PathV2)(0xc000017380)}, []*router.PathV2{(*router.PathV2)(0xc000017450), (*router.PathV2)(0xc000017520)}, []*router.PathV2{(*router.PathV2)(0xc0000175f0), (*router.PathV2)(0xc0000176c0)}, []*router.PathV2{(*router.PathV2)(0xc000017790), (*router.PathV2)(0xc000017860)}, []*router.PathV2{(*router.PathV2)(0xc000017930), (*router.PathV2)(0xc000017a00)}, []*router.PathV2{(*router.PathV2)(0xc000017ad0), (*router.PathV2)(0xc000017ba0)}, []*router.PathV2{(*router.PathV2)(0xc000017c70), (*router.PathV2)(0xc000017d40)}, []*router.PathV2{(*router.PathV2)(0xc000017e10), (*router.PathV2)(0xc000017ee0)}, []*router.PathV2{(*router.PathV2)(0xc00001a000), (*router.PathV2)(0xc00001a0d0)}, []*router.PathV2{(*router.PathV2)(0xc00001a1a0), (*router.PathV2)(0xc00001a270)}, []*router.PathV2{(*router.PathV2)(0xc00001a340), (*router.PathV2)(0xc00001a410)}, []*router.PathV2{(*router.PathV2)(0xc00001a4e0), (*router.PathV2)(0xc00001a5b0)}, []*router.PathV2{(*router.PathV2)(0xc00001a680), (*router.PathV2)(0xc00001a750)}, []*router.PathV2{(*router.PathV2)(0xc00001a820), (*router.PathV2)(0xc00001a8f0)}, []*router.PathV2{(*router.PathV2)(0xc00001a9c0), (*router.PathV2)(0xc00001aa90)}, []*router.PathV2{(*router.PathV2)(0xc00001ab60), (*router.PathV2)(0xc00001ac30)}, []*router.PathV2{(*router.PathV2)(0xc00001ad00), (*router.PathV2)(0xc00001add0)}, []*router.PathV2{(*router.PathV2)(0xc00001aea0), (*router.PathV2)(0xc00001af70)}, []*router.PathV2{(*router.PathV2)(0xc00001b040), (*router.PathV2)(0xc00001b110)}, []*router.PathV2{(*router.PathV2)(0xc00001b1e0), (*router.PathV2)(0xc00001b2b0)}, []*router.PathV2{(*router.PathV2)(0xc00001b380), (*router.PathV2)(0xc00001b450)}, []*router.PathV2{(*router.PathV2)(0xc00001b520), (*router.PathV2)(0xc00001b5f0)}, []*router.PathV2{(*router.PathV2)(0xc00001b6c0), (*router.PathV2)(0xc00001b790)}, []*router.PathV2{(*router.PathV2)(0xc00001b860), (*router.PathV2)(0xc00001b930)}, []*router.PathV2{(*router.PathV2)(0xc00001ba00), (*router.PathV2)(0xc00001bad0)}, []*router.PathV2{(*router.PathV2)(0xc00001bba0), (*router.PathV2)(0xc00001bc70)}, []*router.PathV2{(*router.PathV2)(0xc00001bd40), (*router.PathV2)(0xc00001be10)}, []*router.PathV2{(*router.PathV2)(0xc00001bee0), (*router.PathV2)(0xc00010e000)}, []*router.PathV2{(*router.PathV2)(0xc00010e0d0), (*router.PathV2)(0xc00010e1a0)}, []*router.PathV2{(*router.PathV2)(0xc00010e270), (*router.PathV2)(0xc00010e340)}, []*router.PathV2{(*router.PathV2)(0xc00010e410), (*router.PathV2)(0xc00010e4e0)}, []*router.PathV2{(*router.PathV2)(0xc00010e5b0), (*router.PathV2)(0xc00010e680)}, []*router.PathV2{(*router.PathV2)(0xc00010e750), (*router.PathV2)(0xc00010e820)}, []*router.PathV2{(*router.PathV2)(0xc00010e8f0), (*router.PathV2)(0xc00010e9c0)}, []*router.PathV2{(*router.PathV2)(0xc00010ea90), (*router.PathV2)(0xc00010eb60)}, []*router.PathV2{(*router.PathV2)(0xc00010ec30), (*router.PathV2)(0xc00010ed00)}, []*router.PathV2{(*router.PathV2)(0xc00010edd0), (*router.PathV2)(0xc00010eea0)}, []*router.PathV2{(*router.PathV2)(0xc00010ef70), (*router.PathV2)(0xc00010f040)}, []*router.PathV2{(*router.PathV2)(0xc00010f110), (*router.PathV2)(0xc00010f1e0)}, []*router.PathV2{(*router.PathV2)(0xc00010f2b0), (*router.PathV2)(0xc00010f380)}, []*router.PathV2{(*router.PathV2)(0xc00010f450), (*router.PathV2)(0xc00010f520)}, []*router.PathV2{(*router.PathV2)(0xc00010f5f0), (*router.PathV2)(0xc00010f6c0)}, []*router.PathV2{(*router.PathV2)(0xc00010f790), (*router.PathV2)(0xc00010f860)}, []*router.PathV2{(*router.PathV2)(0xc00010f930), (*router.PathV2)(0xc00010fa00)}, []*router.PathV2{(*router.PathV2)(0xc00010fad0), (*router.PathV2)(0xc00010fba0)}, []*router.PathV2{(*router.PathV2)(0xc00010fc70), (*router.PathV2)(0xc00010fd40)}, []*router.PathV2{(*router.PathV2)(0xc00010fe10), (*router.PathV2)(0xc00010fee0)}, []*router.PathV2{(*router.PathV2)(0xc000158000), (*router.PathV2)(0xc0001580d0)}, []*router.PathV2{(*router.PathV2)(0xc0001581a0), (*router.PathV2)(0xc000158270)}, []*router.PathV2{(*router.PathV2)(0xc000158340), (*router.PathV2)(0xc000158410)}, []*router.PathV2{(*router.PathV2)(0xc0001584e0), (*router.PathV2)(0xc0001585b0)}, []*router.PathV2{(*router.PathV2)(0xc000158680), (*router.PathV2)(0xc000158750)}, []*router.PathV2{(*router.PathV2)(0xc000158820), (*router.PathV2)(0xc0001588f0)}, []*router.PathV2{(*router.PathV2)(0xc0001589c0), (*router.PathV2)(0xc000158a90)}, []*router.PathV2{(*router.PathV2)(0xc000158b60), (*router.PathV2)(0xc000158c30)}, []*router.PathV2{(*router.PathV2)(0xc000158d00), (*router.PathV2)(0xc000158dd0)}, []*router.PathV2{(*router.PathV2)(0xc000158ea0), (*router.PathV2)(0xc000158f70)}, []*router.PathV2{(*router.PathV2)(0xc000159040), (*router.PathV2)(0xc000159110)}, []*router.PathV2{(*router.PathV2)(0xc0001591e0), (*router.PathV2)(0xc0001592b0)}, []*router.PathV2{(*router.PathV2)(0xc000159380), (*router.PathV2)(0xc000159450)}, []*router.PathV2{(*router.PathV2)(0xc000159520), (*router.PathV2)(0xc0001595f0)}, []*router.PathV2{(*router.PathV2)(0xc0001596c0), (*router.PathV2)(0xc000159790)}, []*router.PathV2{(*router.PathV2)(0xc000159860), (*router.PathV2)(0xc000159930)}, []*router.PathV2{(*router.PathV2)(0xc000159a00), (*router.PathV2)(0xc000159ad0)}, []*router.PathV2{(*router.PathV2)(0xc000159ba0), (*router.PathV2)(0xc000159c70)}, []*router.PathV2{(*router.PathV2)(0xc000159d40), (*router.PathV2)(0xc000159e10)}, []*router.PathV2{(*router.PathV2)(0xc000159ee0), (*router.PathV2)(0xc00015c000)}, []*router.PathV2{(*router.PathV2)(0xc00015c0d0), (*router.PathV2)(0xc00015c1a0)}, []*router.PathV2{(*router.PathV2)(0xc00015c270), (*router.PathV2)(0xc00015c340)}, []*router.PathV2{(*router.PathV2)(0xc00015c410), (*router.PathV2)(0xc00015c4e0)}, []*router.PathV2{(*router.PathV2)(0xc00015c5b0), (*router.PathV2)(0xc00015c680)}, []*router.PathV2{(*router.PathV2)(0xc00015c750), (*router.PathV2)(0xc00015c820)}, []*router.PathV2{(*router.PathV2)(0xc00015c8f0), (*router.PathV2)(0xc00015c9c0)}, []*router.PathV2{(*router.PathV2)(0xc00015ca90), (*router.PathV2)(0xc00015cb60)}, []*router.PathV2{(*router.PathV2)(0xc00015cc30), (*router.PathV2)(0xc00015cd00)}, []*router.PathV2{(*router.PathV2)(0xc00015cdd0), (*router.PathV2)(0xc00015cea0)}, []*router.PathV2{(*router.PathV2)(0xc00015cf70), (*router.PathV2)(0xc00015d040)}, []*router.PathV2{(*router.PathV2)(0xc00015d110), (*router.PathV2)(0xc00015d1e0)}, []*router.PathV2{(*router.PathV2)(0xc00015d2b0), (*router.PathV2)(0xc00015d380)}, []*router.PathV2{(*router.PathV2)(0xc00015d450), (*router.PathV2)(0xc00015d520)}, []*router.PathV2{(*router.PathV2)(0xc00015d5f0), (*router.PathV2)(0xc00015d6c0)}, []*router.PathV2{(*router.PathV2)(0xc00015d790), (*router.PathV2)(0xc00015d860)}, []*router.PathV2{(*router.PathV2)(0xc00015d930), (*router.PathV2)(0xc00015da00)}, []*router.PathV2{(*router.PathV2)(0xc00015dad0), (*router.PathV2)(0xc00015dba0)}, []*router.PathV2{(*router.PathV2)(0xc00015dc70), (*router.PathV2)(0xc00015dd40)}, []*router.PathV2{(*router.PathV2)(0xc00015de10), (*router.PathV2)(0xc00015dee0)}, []*router.PathV2{(*router.PathV2)(0xc0001a0000), (*router.PathV2)(0xc0001a00d0)}, []*router.PathV2{(*router.PathV2)(0xc0001a01a0), (*router.PathV2)(0xc0001a0270)}, []*router.PathV2{(*router.PathV2)(0xc0001a0340), (*router.PathV2)(0xc0001a0410)}, []*router.PathV2{(*router.PathV2)(0xc0001a04e0), (*router.PathV2)(0xc0001a05b0)}, []*router.PathV2{(*router.PathV2)(0xc0001a0680), (*router.PathV2)(0xc0001a0750)}, []*router.PathV2{(*router.PathV2)(0xc0001a0820), (*router.PathV2)(0xc0001a08f0)}, []*router.PathV2{(*router.PathV2)(0xc0001a09c0), (*router.PathV2)(0xc0001a0a90)}, []*router.PathV2{(*router.PathV2)(0xc0001a0b60), (*router.PathV2)(0xc0001a0c30)}, []*router.PathV2{(*router.PathV2)(0xc0001a0d00), (*router.PathV2)(0xc0001a0dd0)}, []*router.PathV2{(*router.PathV2)(0xc0001a0ea0), (*router.PathV2)(0xc0001a0f70)}, []*router.PathV2{(*router.PathV2)(0xc0001a1040), (*router.PathV2)(0xc0001a1110)}, []*router.PathV2{(*router.PathV2)(0xc0001a11e0), (*router.PathV2)(0xc0001a12b0)}, []*router.PathV2{(*router.PathV2)(0xc0001a1380), (*router.PathV2)(0xc0001a1450)}, []*router.PathV2{(*router.PathV2)(0xc0001a1520), (*router.PathV2)(0xc0001a15f0)}, []*router.PathV2{(*router.PathV2)(0xc0001a16c0), (*router.PathV2)(0xc0001a1790)}, []*router.PathV2{(*router.PathV2)(0xc0001a1860), (*router.PathV2)(0xc0001a1930)}, []*router.PathV2{(*router.PathV2)(0xc0001a1a00), (*router.PathV2)(0xc0001a1ad0)}, []*router.PathV2{(*router.PathV2)(0xc0001a1ba0), (*router.PathV2)(0xc0001a1c70)}, []*router.PathV2{(*router.PathV2)(0xc0001a1d40), (*router.PathV2)(0xc0001a1e10)}, []*router.PathV2{(*router.PathV2)(0xc0001a1ee0), (*router.PathV2)(0xc0001ba000)}, []*router.PathV2{(*router.PathV2)(0xc0001ba0d0), (*router.PathV2)(0xc0001ba1a0)}, []*router.PathV2{(*router.PathV2)(0xc0001ba270), (*router.PathV2)(0xc0001ba340)}, []*router.PathV2{(*router.PathV2)(0xc0001ba410), (*router.PathV2)(0xc0001ba4e0)}, []*router.PathV2{(*router.PathV2)(0xc0001ba5b0), (*router.PathV2)(0xc0001ba680)}, []*router.PathV2{(*router.PathV2)(0xc0001ba750), (*router.PathV2)(0xc0001ba820)}, []*router.PathV2{(*router.PathV2)(0xc0001ba8f0), (*router.PathV2)(0xc0001ba9c0)}, []*router.PathV2{(*router.PathV2)(0xc0001baa90), (*router.PathV2)(0xc0001bab60)}, []*router.PathV2{(*router.PathV2)(0xc0001bac30), (*router.PathV2)(0xc0001bad00)}, []*router.PathV2{(*router.PathV2)(0xc0001badd0), (*router.PathV2)(0xc0001baea0)}, []*router.PathV2{(*router.PathV2)(0xc0001baf70), (*router.PathV2)(0xc0001bb040)}, []*router.PathV2{(*router.PathV2)(0xc0001bb110), (*router.PathV2)(0xc0001bb1e0)}, []*router.PathV2{(*router.PathV2)(0xc0001bb2b0), (*router.PathV2)(0xc0001bb380)}, []*router.PathV2{(*router.PathV2)(0xc0001bb450), (*router.PathV2)(0xc0001bb520)}, []*router.PathV2{(*router.PathV2)(0xc0001bb5f0), (*router.PathV2)(0xc0001bb6c0)}, []*router.PathV2{(*router.PathV2)(0xc0001bb790), (*router.PathV2)(0xc0001bb860)}, []*router.PathV2{(*router.PathV2)(0xc0001bb930), (*router.PathV2)(0xc0001bba00)}, []*router.PathV2{(*router.PathV2)(0xc0001bbad0), (*router.PathV2)(0xc0001bbba0)}, []*router.PathV2{(*router.PathV2)(0xc0001bbc70), (*router.PathV2)(0xc0001bbd40)}, []*router.PathV2{(*router.PathV2)(0xc0001bbe10), (*router.PathV2)(0xc0001bbee0)}, []*router.PathV2{(*router.PathV2)(0xc0003b6000), (*router.PathV2)(0xc0003b60d0)}, []*router.PathV2{(*router.PathV2)(0xc0003b61a0), (*router.PathV2)(0xc0003b6270)}, []*router.PathV2{(*router.PathV2)(0xc0003b6340), (*router.PathV2)(0xc0003b6410)}, []*router.PathV2{(*router.PathV2)(0xc0003b64e0), (*router.PathV2)(0xc0003b65b0)}, []*router.PathV2{(*router.PathV2)(0xc0003b6680), (*router.PathV2)(0xc0003b6750)}, []*router.PathV2{(*router.PathV2)(0xc0003b6820), (*router.PathV2)(0xc0003b68f0)}, []*router.PathV2{(*router.PathV2)(0xc0003b69c0), (*router.PathV2)(0xc0003b6a90)}, []*router.PathV2{(*router.PathV2)(0xc0003b6b60), (*router.PathV2)(0xc0003b6c30)}, []*router.PathV2{(*router.PathV2)(0xc0003b6d00), (*router.PathV2)(0xc0003b6dd0)}, []*router.PathV2{(*router.PathV2)(0xc0003b6ea0), (*router.PathV2)(0xc0003b6f70)}, []*router.PathV2{(*router.PathV2)(0xc0003b7040), (*router.PathV2)(0xc0003b7110)}, []*router.PathV2{(*router.PathV2)(0xc0003b71e0), (*router.PathV2)(0xc0003b72b0)}, []*router.PathV2{(*router.PathV2)(0xc0003b7380), (*router.PathV2)(0xc0003b7450)}, []*router.PathV2{(*router.PathV2)(0xc0003b7520), (*router.PathV2)(0xc0003b75f0)}, []*router.PathV2{(*router.PathV2)(0xc0003b76c0), (*router.PathV2)(0xc0003b7790)}, []*router.PathV2{(*router.PathV2)(0xc0003b7860), (*router.PathV2)(0xc0003b7930)}, []*router.PathV2{(*router.PathV2)(0xc0003b7a00), (*router.PathV2)(0xc0003b7ad0)}, []*router.PathV2{(*router.PathV2)(0xc0003b7ba0), (*router.PathV2)(0xc0003b7c70)}, []*router.PathV2{(*router.PathV2)(0xc0003b7d40), (*router.PathV2)(0xc0003b7e10)}, []*router.PathV2{(*router.PathV2)(0xc0003b7ee0), (*router.PathV2)(0xc0003ba000)}, []*router.PathV2{(*router.PathV2)(0xc0003ba0d0), (*router.PathV2)(0xc0003ba1a0)}, []*router.PathV2{(*router.PathV2)(0xc0003ba270), (*router.PathV2)(0xc0003ba340)}, []*router.PathV2{(*router.PathV2)(0xc0003ba410), (*router.PathV2)(0xc0003ba4e0)}, []*router.PathV2{(*router.PathV2)(0xc0003ba5b0), (*router.PathV2)(0xc0003ba680)}, []*router.PathV2{(*router.PathV2)(0xc0003ba750), (*router.PathV2)(0xc0003ba820)}, []*router.PathV2{(*router.PathV2)(0xc0003ba8f0), (*router.PathV2)(0xc0003ba9c0)}, []*router.PathV2{(*router.PathV2)(0xc0003baa90), (*router.PathV2)(0xc0003bab60)}, []*router.PathV2{(*router.PathV2)(0xc0003bac30), (*router.PathV2)(0xc0003bad00)}, []*router.PathV2{(*router.PathV2)(0xc0003badd0), (*router.PathV2)(0xc0003baea0)}, []*router.PathV2{(*router.PathV2)(0xc0003baf70), (*router.PathV2)(0xc0003bb040)}, []*router.PathV2{(*router.PathV2)(0xc0003bb110), (*router.PathV2)(0xc0003bb1e0)}, []*router.PathV2{(*router.PathV2)(0xc0003bb2b0), (*router.PathV2)(0xc0003bb380)}, []*router.PathV2{(*router.PathV2)(0xc0003bb450), (*router.PathV2)(0xc0003bb520)}, []*router.PathV2{(*router.PathV2)(0xc0003bb5f0), (*router.PathV2)(0xc0003bb6c0)}, []*router.PathV2{(*router.PathV2)(0xc0003bb790), (*router.PathV2)(0xc0003bb860)}, []*router.PathV2{(*router.PathV2)(0xc0003bb930), (*router.PathV2)(0xc0003bba00)}, []*router.PathV2{(*router.PathV2)(0xc0003bbad0), (*router.PathV2)(0xc0003bbba0)}, []*router.PathV2{(*router.PathV2)(0xc0003bbc70), (*router.PathV2)(0xc0003bbd40)}, []*router.PathV2{(*router.PathV2)(0xc0003bbe10), (*router.PathV2)(0xc0003bbee0)}, []*router.PathV2{(*router.PathV2)(0xc0003be000), (*router.PathV2)(0xc0003be0d0)}, []*router.PathV2{(*router.PathV2)(0xc0003be1a0), (*router.PathV2)(0xc0003be270)}, []*router.PathV2{(*router.PathV2)(0xc0003be340), (*router.PathV2)(0xc0003be410)}, []*router.PathV2{(*router.PathV2)(0xc0003be4e0), (*router.PathV<... truncated>
actual : [][]*router.PathV2{[]*router.PathV2{(*router.PathV2)(0xc00012d860), (*router.PathV2)(0xc00012d930)}, []*router.PathV2{(*router.PathV2)(0xc00012da00), (*router.PathV2)(0xc00012dad0)}, []*router.PathV2{(*router.PathV2)(0xc00012dc70), (*router.PathV2)(0xc00012dd40)}, []*router.PathV2{(*router.PathV2)(0xc00012de10), (*router.PathV2)(0xc00012dee0)}, []*router.PathV2{(*router.PathV2)(0xc0001ae000), (*router.PathV2)(0xc0001ae0d0)}, []*router.PathV2{(*router.PathV2)(0xc0001ae1a0), (*router.PathV2)(0xc0001ae270)}, []*router.PathV2{(*router.PathV2)(0xc0001ae340), (*router.PathV2)(0xc0001ae410)}, []*router.PathV2{(*router.PathV2)(0xc0001ae4e0), (*router.PathV2)(0xc0001ae5b0)}, []*router.PathV2{(*router.PathV2)(0xc0001ae680), (*router.PathV2)(0xc0001ae750)}, []*router.PathV2{(*router.PathV2)(0xc0001ae820), (*router.PathV2)(0xc0001ae8f0)}, []*router.PathV2{(*router.PathV2)(0xc0001ae9c0), (*router.PathV2)(0xc0001aea90)}, []*router.PathV2{(*router.PathV2)(0xc0001aeb60), (*router.PathV2)(0xc0001aec30)}, []*router.PathV2{(*router.PathV2)(0xc0001aed00), (*router.PathV2)(0xc0001aedd0)}, []*router.PathV2{(*router.PathV2)(0xc0001aeea0), (*router.PathV2)(0xc0001aef70)}, []*router.PathV2{(*router.PathV2)(0xc0001af040), (*router.PathV2)(0xc0001af110)}, []*router.PathV2{(*router.PathV2)(0xc0001af1e0), (*router.PathV2)(0xc0001af2b0)}, []*router.PathV2{(*router.PathV2)(0xc0001af380), (*router.PathV2)(0xc0001af450)}, []*router.PathV2{(*router.PathV2)(0xc0001af520), (*router.PathV2)(0xc0001af5f0)}, []*router.PathV2{(*router.PathV2)(0xc0001af6c0), (*router.PathV2)(0xc0001af790)}, []*router.PathV2{(*router.PathV2)(0xc0001af860), (*router.PathV2)(0xc0001af930)}, []*router.PathV2{(*router.PathV2)(0xc0001afa00), (*router.PathV2)(0xc0001afad0)}, []*router.PathV2{(*router.PathV2)(0xc0001afba0), (*router.PathV2)(0xc0001afc70)}, []*router.PathV2{(*router.PathV2)(0xc0001afd40), (*router.PathV2)(0xc0001afe10)}, []*router.PathV2{(*router.PathV2)(0xc0001afee0), (*router.PathV2)(0xc0001b8000)}, []*router.PathV2{(*router.PathV2)(0xc0001b80d0), (*router.PathV2)(0xc0001b81a0)}, []*router.PathV2{(*router.PathV2)(0xc0001b8270), (*router.PathV2)(0xc0001b8340)}, []*router.PathV2{(*router.PathV2)(0xc0001b8410), (*router.PathV2)(0xc0001b84e0)}, []*router.PathV2{(*router.PathV2)(0xc0001b85b0), (*router.PathV2)(0xc0001b8680)}, []*router.PathV2{(*router.PathV2)(0xc0001b8750), (*router.PathV2)(0xc0001b8820)}, []*router.PathV2{(*router.PathV2)(0xc0001b88f0), (*router.PathV2)(0xc0001b89c0)}, []*router.PathV2{(*router.PathV2)(0xc0001b8a90), (*router.PathV2)(0xc0001b8b60)}, []*router.PathV2{(*router.PathV2)(0xc0001b8c30), (*router.PathV2)(0xc0001b8d00)}, []*router.PathV2{(*router.PathV2)(0xc0001b8dd0), (*router.PathV2)(0xc0001b8ea0)}, []*router.PathV2{(*router.PathV2)(0xc0001b8f70), (*router.PathV2)(0xc0001b9040)}, []*router.PathV2{(*router.PathV2)(0xc0001b9110), (*router.PathV2)(0xc0001b91e0)}, []*router.PathV2{(*router.PathV2)(0xc0001b92b0), (*router.PathV2)(0xc0001b9380)}, []*router.PathV2{(*router.PathV2)(0xc0001b9450), (*router.PathV2)(0xc0001b9520)}, []*router.PathV2{(*router.PathV2)(0xc0001b95f0), (*router.PathV2)(0xc0001b96c0)}, []*router.PathV2{(*router.PathV2)(0xc0001b9790), (*router.PathV2)(0xc0001b9860)}, []*router.PathV2{(*router.PathV2)(0xc0001b9930), (*router.PathV2)(0xc0001b9a00)}, []*router.PathV2{(*router.PathV2)(0xc0001b9ad0), (*router.PathV2)(0xc0001b9ba0)}, []*router.PathV2{(*router.PathV2)(0xc0001b9c70), (*router.PathV2)(0xc0001b9d40)}, []*router.PathV2{(*router.PathV2)(0xc0001b9e10), (*router.PathV2)(0xc0001b9ee0)}, []*router.PathV2{(*router.PathV2)(0xc0001c0000), (*router.PathV2)(0xc0001c00d0)}, []*router.PathV2{(*router.PathV2)(0xc0001c01a0), (*router.PathV2)(0xc0001c0270)}, []*router.PathV2{(*router.PathV2)(0xc0001c0340), (*router.PathV2)(0xc0001c0410)}, []*router.PathV2{(*router.PathV2)(0xc0001c04e0), (*router.PathV2)(0xc0001c05b0)}, []*router.PathV2{(*router.PathV2)(0xc0001c0680), (*router.PathV2)(0xc0001c0750)}, []*router.PathV2{(*router.PathV2)(0xc0001c0820), (*router.PathV2)(0xc0001c08f0)}, []*router.PathV2{(*router.PathV2)(0xc0001c09c0), (*router.PathV2)(0xc0001c0a90)}, []*router.PathV2{(*router.PathV2)(0xc0001c0b60), (*router.PathV2)(0xc0001c0c30)}, []*router.PathV2{(*router.PathV2)(0xc0001c0d00), (*router.PathV2)(0xc0001c0dd0)}, []*router.PathV2{(*router.PathV2)(0xc0001c0ea0), (*router.PathV2)(0xc0001c0f70)}, []*router.PathV2{(*router.PathV2)(0xc0001c1040), (*router.PathV2)(0xc0001c1110)}, []*router.PathV2{(*router.PathV2)(0xc0001c11e0), (*router.PathV2)(0xc0001c12b0)}, []*router.PathV2{(*router.PathV2)(0xc0001c1380), (*router.PathV2)(0xc0001c1450)}, []*router.PathV2{(*router.PathV2)(0xc0001c1520), (*router.PathV2)(0xc0001c15f0)}, []*router.PathV2{(*router.PathV2)(0xc0001c16c0), (*router.PathV2)(0xc0001c1790)}, []*router.PathV2{(*router.PathV2)(0xc0001c1860), (*router.PathV2)(0xc0001c1930)}, []*router.PathV2{(*router.PathV2)(0xc0001c1a00), (*router.PathV2)(0xc0001c1ad0)}, []*router.PathV2{(*router.PathV2)(0xc0001c1ba0), (*router.PathV2)(0xc0001c1c70)}, []*router.PathV2{(*router.PathV2)(0xc0001c1d40), (*router.PathV2)(0xc0001c1e10)}, []*router.PathV2{(*router.PathV2)(0xc0001c1ee0), (*router.PathV2)(0xc0001d4000)}, []*router.PathV2{(*router.PathV2)(0xc0001d40d0), (*router.PathV2)(0xc0001d41a0)}, []*router.PathV2{(*router.PathV2)(0xc0001d4270), (*router.PathV2)(0xc0001d4340)}, []*router.PathV2{(*router.PathV2)(0xc0001d4410), (*router.PathV2)(0xc0001d44e0)}, []*router.PathV2{(*router.PathV2)(0xc0001d45b0), (*router.PathV2)(0xc0001d4680)}, []*router.PathV2{(*router.PathV2)(0xc0001d4750), (*router.PathV2)(0xc0001d4820)}, []*router.PathV2{(*router.PathV2)(0xc0001d48f0), (*router.PathV2)(0xc0001d49c0)}, []*router.PathV2{(*router.PathV2)(0xc0001d4a90), (*router.PathV2)(0xc0001d4b60)}, []*router.PathV2{(*router.PathV2)(0xc0001d4c30), (*router.PathV2)(0xc0001d4d00)}, []*router.PathV2{(*router.PathV2)(0xc0001d4dd0), (*router.PathV2)(0xc0001d4ea0)}, []*router.PathV2{(*router.PathV2)(0xc0001d4f70), (*router.PathV2)(0xc0001d5040)}, []*router.PathV2{(*router.PathV2)(0xc0001d5110), (*router.PathV2)(0xc0001d51e0)}, []*router.PathV2{(*router.PathV2)(0xc0001d52b0), (*router.PathV2)(0xc0001d5380)}, []*router.PathV2{(*router.PathV2)(0xc0001d5450), (*router.PathV2)(0xc0001d5520)}, []*router.PathV2{(*router.PathV2)(0xc0001d55f0), (*router.PathV2)(0xc0001d56c0)}, []*router.PathV2{(*router.PathV2)(0xc0001d5790), (*router.PathV2)(0xc0001d5860)}, []*router.PathV2{(*router.PathV2)(0xc0001d5930), (*router.PathV2)(0xc0001d5a00)}, []*router.PathV2{(*router.PathV2)(0xc0001d5ad0), (*router.PathV2)(0xc0001d5ba0)}, []*router.PathV2{(*router.PathV2)(0xc0001d5c70), (*router.PathV2)(0xc0001d5d40)}, []*router.PathV2{(*router.PathV2)(0xc0001d5e10), (*router.PathV2)(0xc0001d5ee0)}, []*router.PathV2{(*router.PathV2)(0xc0001e6000), (*router.PathV2)(0xc0001e60d0)}, []*router.PathV2{(*router.PathV2)(0xc0001e61a0), (*router.PathV2)(0xc0001e6270)}, []*router.PathV2{(*router.PathV2)(0xc0001e6340), (*router.PathV2)(0xc0001e6410)}, []*router.PathV2{(*router.PathV2)(0xc0001e64e0), (*router.PathV2)(0xc0001e65b0)}, []*router.PathV2{(*router.PathV2)(0xc0001e6680), (*router.PathV2)(0xc0001e6750)}, []*router.PathV2{(*router.PathV2)(0xc0001e6820), (*router.PathV2)(0xc0001e68f0)}, []*router.PathV2{(*router.PathV2)(0xc0001e69c0), (*router.PathV2)(0xc0001e6a90)}, []*router.PathV2{(*router.PathV2)(0xc0001e6b60), (*router.PathV2)(0xc0001e6c30)}, []*router.PathV2{(*router.PathV2)(0xc0001e6d00), (*router.PathV2)(0xc0001e6dd0)}, []*router.PathV2{(*router.PathV2)(0xc0001e6ea0), (*router.PathV2)(0xc0001e6f70)}, []*router.PathV2{(*router.PathV2)(0xc0001e7040), (*router.PathV2)(0xc0001e7110)}, []*router.PathV2{(*router.PathV2)(0xc0001e71e0), (*router.PathV2)(0xc0001e72b0)}, []*router.PathV2{(*router.PathV2)(0xc0001e7380), (*router.PathV2)(0xc0001e7450)}, []*router.PathV2{(*router.PathV2)(0xc0001e7520), (*router.PathV2)(0xc0001e75f0)}, []*router.PathV2{(*router.PathV2)(0xc0001e76c0), (*router.PathV2)(0xc0001e7790)}, []*router.PathV2{(*router.PathV2)(0xc0001e7860), (*router.PathV2)(0xc0001e7930)}, []*router.PathV2{(*router.PathV2)(0xc0001e7a00), (*router.PathV2)(0xc0001e7ad0)}, []*router.PathV2{(*router.PathV2)(0xc0001e7ba0), (*router.PathV2)(0xc0001e7c70)}, []*router.PathV2{(*router.PathV2)(0xc0001e7d40), (*router.PathV2)(0xc0001e7e10)}, []*router.PathV2{(*router.PathV2)(0xc0001e7ee0), (*router.PathV2)(0xc0001fa000)}, []*router.PathV2{(*router.PathV2)(0xc0001fa0d0), (*router.PathV2)(0xc0001fa1a0)}, []*router.PathV2{(*router.PathV2)(0xc0001fa270), (*router.PathV2)(0xc0001fa340)}, []*router.PathV2{(*router.PathV2)(0xc0001fa410), (*router.PathV2)(0xc0001fa4e0)}, []*router.PathV2{(*router.PathV2)(0xc0001fa5b0), (*router.PathV2)(0xc0001fa680)}, []*router.PathV2{(*router.PathV2)(0xc0001fa750), (*router.PathV2)(0xc0001fa820)}, []*router.PathV2{(*router.PathV2)(0xc0001fa8f0), (*router.PathV2)(0xc0001fa9c0)}, []*router.PathV2{(*router.PathV2)(0xc0001faa90), (*router.PathV2)(0xc0001fab60)}, []*router.PathV2{(*router.PathV2)(0xc0001fac30), (*router.PathV2)(0xc0001fad00)}, []*router.PathV2{(*router.PathV2)(0xc0001fadd0), (*router.PathV2)(0xc0001faea0)}, []*router.PathV2{(*router.PathV2)(0xc0001faf70), (*router.PathV2)(0xc0001fb040)}, []*router.PathV2{(*router.PathV2)(0xc0001fb110), (*router.PathV2)(0xc0001fb1e0)}, []*router.PathV2{(*router.PathV2)(0xc0001fb2b0), (*router.PathV2)(0xc0001fb380)}, []*router.PathV2{(*router.PathV2)(0xc0001fb450), (*router.PathV2)(0xc0001fb520)}, []*router.PathV2{(*router.PathV2)(0xc0001fb5f0), (*router.PathV2)(0xc0001fb6c0)}, []*router.PathV2{(*router.PathV2)(0xc0001fb790), (*router.PathV2)(0xc0001fb860)}, []*router.PathV2{(*router.PathV2)(0xc0001fb930), (*router.PathV2)(0xc0001fba00)}, []*router.PathV2{(*router.PathV2)(0xc0001fbad0), (*router.PathV2)(0xc0001fbba0)}, []*router.PathV2{(*router.PathV2)(0xc0001fbc70), (*router.PathV2)(0xc0001fbd40)}, []*router.PathV2{(*router.PathV2)(0xc0001fbe10), (*router.PathV2)(0xc0001fbee0)}, []*router.PathV2{(*router.PathV2)(0xc000262000), (*router.PathV2)(0xc0002620d0)}, []*router.PathV2{(*router.PathV2)(0xc0002621a0), (*router.PathV2)(0xc000262270)}, []*router.PathV2{(*router.PathV2)(0xc000262340), (*router.PathV2)(0xc000262410)}, []*router.PathV2{(*router.PathV2)(0xc0002624e0), (*router.PathV2)(0xc0002625b0)}, []*router.PathV2{(*router.PathV2)(0xc000262680), (*router.PathV2)(0xc000262750)}, []*router.PathV2{(*router.PathV2)(0xc000262820), (*router.PathV2)(0xc0002628f0)}, []*router.PathV2{(*router.PathV2)(0xc0002629c0), (*router.PathV2)(0xc000262a90)}, []*router.PathV2{(*router.PathV2)(0xc000262b60), (*router.PathV2)(0xc000262c30)}, []*router.PathV2{(*router.PathV2)(0xc000262d00), (*router.PathV2)(0xc000262dd0)}, []*router.PathV2{(*router.PathV2)(0xc000262ea0), (*router.PathV2)(0xc000262f70)}, []*router.PathV2{(*router.PathV2)(0xc000263040), (*router.PathV2)(0xc000263110)}, []*router.PathV2{(*router.PathV2)(0xc0002631e0), (*router.PathV2)(0xc0002632b0)}, []*router.PathV2{(*router.PathV2)(0xc000263380), (*router.PathV2)(0xc000263450)}, []*router.PathV2{(*router.PathV2)(0xc000263520), (*router.PathV2)(0xc0002635f0)}, []*router.PathV2{(*router.PathV2)(0xc0002636c0), (*router.PathV2)(0xc000263790)}, []*router.PathV2{(*router.PathV2)(0xc000263860), (*router.PathV2)(0xc000263930)}, []*router.PathV2{(*router.PathV2)(0xc000263a00), (*router.PathV2)(0xc000263ad0)}, []*router.PathV2{(*router.PathV2)(0xc000263ba0), (*router.PathV2)(0xc000263c70)}, []*router.PathV2{(*router.PathV2)(0xc000263d40), (*router.PathV2)(0xc000263e10)}, []*router.PathV2{(*router.PathV2)(0xc000263ee0), (*router.PathV2)(0xc00027a000)}, []*router.PathV2{(*router.PathV2)(0xc00027a0d0), (*router.PathV2)(0xc00027a1a0)}, []*router.PathV2{(*router.PathV2)(0xc00027a270), (*router.PathV2)(0xc00027a340)}, []*router.PathV2{(*router.PathV2)(0xc00027a410), (*router.PathV2)(0xc00027a4e0)}, []*router.PathV2{(*router.PathV2)(0xc00027a5b0), (*router.PathV2)(0xc00027a680)}, []*router.PathV2{(*router.PathV2)(0xc00027a750), (*router.PathV2)(0xc00027a820)}, []*router.PathV2{(*router.PathV2)(0xc00027a8f0), (*router.PathV2)(0xc00027a9c0)}, []*router.PathV2{(*router.PathV2)(0xc00027aa90), (*router.PathV2)(0xc00027ab60)}, []*router.PathV2{(*router.PathV2)(0xc00027ac30), (*router.PathV2)(0xc00027ad00)}, []*router.PathV2{(*router.PathV2)(0xc00027add0), (*router.PathV2)(0xc00027aea0)}, []*router.PathV2{(*router.PathV2)(0xc00027af70), (*router.PathV2)(0xc00027b040)}, []*router.PathV2{(*router.PathV2)(0xc00027b110), (*router.PathV2)(0xc00027b1e0)}, []*router.PathV2{(*router.PathV2)(0xc00027b2b0), (*router.PathV2)(0xc00027b380)}, []*router.PathV2{(*router.PathV2)(0xc00027b450), (*router.PathV2)(0xc00027b520)}, []*router.PathV2{(*router.PathV2)(0xc00027b5f0), (*router.PathV2)(0xc00027b6c0)}, []*router.PathV2{(*router.PathV2)(0xc00027b790), (*router.PathV2)(0xc00027b860)}, []*router.PathV2{(*router.PathV2)(0xc00027b930), (*router.PathV2)(0xc00027ba00)}, []*router.PathV2{(*router.PathV2)(0xc00027bad0), (*router.PathV2)(0xc00027bba0)}, []*router.PathV2{(*router.PathV2)(0xc00027bc70), (*router.PathV2)(0xc00027bd40)}, []*router.PathV2{(*router.PathV2)(0xc00027be10), (*router.PathV2)(0xc00027bee0)}, []*router.PathV2{(*router.PathV2)(0xc000284000), (*router.PathV2)(0xc0002840d0)}, []*router.PathV2{(*router.PathV2)(0xc0002841a0), (*router.PathV2)(0xc000284270)}, []*router.PathV2{(*router.PathV2)(0xc000284340), (*router.PathV2)(0xc000284410)}, []*router.PathV2{(*router.PathV2)(0xc0002844e0), (*router.PathV2)(0xc0002845b0)}, []*router.PathV2{(*router.PathV2)(0xc000284680), (*router.PathV2)(0xc000284750)}, []*router.PathV2{(*router.PathV2)(0xc000284820), (*router.PathV2)(0xc0002848f0)}, []*router.PathV2{(*router.PathV2)(0xc0002849c0), (*router.PathV2)(0xc000284a90)}, []*router.PathV2{(*router.PathV2)(0xc000284b60), (*router.PathV2)(0xc000284c30)}, []*router.PathV2{(*router.PathV2)(0xc000284d00), (*router.PathV2)(0xc000284dd0)}, []*router.PathV2{(*router.PathV2)(0xc000284ea0), (*router.PathV2)(0xc000284f70)}, []*router.PathV2{(*router.PathV2)(0xc000285040), (*router.PathV2)(0xc000285110)}, []*router.PathV2{(*router.PathV2)(0xc0002851e0), (*router.PathV2)(0xc0002852b0)}, []*router.PathV2{(*router.PathV2)(0xc000285380), (*router.PathV2)(0xc000285450)}, []*router.PathV2{(*router.PathV2)(0xc000285520), (*router.PathV2)(0xc0002855f0)}, []*router.PathV2{(*router.PathV2)(0xc0002856c0), (*router.PathV2)(0xc000285790)}, []*router.PathV2{(*router.PathV2)(0xc000285860), (*router.PathV2)(0xc000285930)}, []*router.PathV2{(*router.PathV2)(0xc000285a00), (*router.PathV2)(0xc000285ad0)}, []*router.PathV2{(*router.PathV2)(0xc000285ba0), (*router.PathV2)(0xc000285c70)}, []*router.PathV2{(*router.PathV2)(0xc000285d40), (*router.PathV2)(0xc000285e10)}, []*router.PathV2{(*router.PathV2)(0xc000285ee0), (*router.PathV2)(0xc000298000)}, []*router.PathV2{(*router.PathV2)(0xc0002980d0), (*router.PathV2)(0xc0002981a0)}, []*router.PathV2{(*router.PathV2)(0xc000298270), (*router.PathV2)(0xc000298340)}, []*router.PathV2{(*router.PathV2)(0xc000298410), (*router.PathV2)(0xc0002984e0)}, []*router.PathV2{(*router.PathV2)(0xc0002985b0), (*router.PathV2)(0xc000298680)}, []*router.PathV2{(*router.PathV2)(0xc000298750), (*router.PathV2)(0xc000298820)}, []*router.PathV2{(*router.PathV2)(0xc0002988f0), (*router.PathV2)(0xc0002989c0)}, []*router.PathV2{(*router.PathV2)(0xc000298a90), (*router.PathV2)(0xc000298b60)}, []*router.PathV2{(*router.PathV2)(0xc000298c30), (*router.PathV2)(0xc000298d00)}, []*router.PathV2{(*router.PathV2)(0xc000298dd0), (*router.PathV2)(0xc000298ea0)}, []*router.PathV2{(*router.PathV2)(0xc000298f70), (*router.PathV2)(0xc000299040)}, []*router.PathV2{(*router.PathV2)(0xc000299110), (*router.PathV2)(0xc0002991e0)}, []*router.PathV2{(*router.PathV2)(0xc0002992b0), (*router.PathV2)(0xc000299380)}, []*router.PathV2{(*router.PathV2)(0xc000299450), (*router.PathV2)(0xc000299520)}, []*router.PathV2{(*router.PathV2)(0xc0002995f0), (*router.PathV2)(0xc0002996c0)}, []*router.PathV2{(*router.PathV2)(0xc000299790), (*router.PathV2)(0xc000299860)}, []*router.PathV2{(*router.PathV2)(0xc000299930), (*router.PathV2)(0xc000299a00)}, []*router.PathV2{(*router.PathV2)(0xc000299ad0), (*router.PathV2)(0xc000299ba0)}, []*router.PathV2{(*router.PathV2)(0xc000299c70), (*router.PathV2)(0xc000299d40)}, []*router.PathV2{(*router.PathV2)(0xc000299e10), (*router.PathV2)(0xc000299ee0)}, []*router.PathV2{(*router.PathV2)(0xc0002a0000), (*router.PathV2)(0xc0002a00d0)}, []*router.PathV2{(*router.PathV2)(0xc0002a01a0), (*router.PathV2)(0xc0002a0270)}, []*router.PathV2{(*router.PathV2)(0xc0002a0340), (*router.PathV2)(0xc0002a0410)}, []*router.PathV2{(*router.PathV2)(0xc0002a04e0), (*router.PathV2)(0xc0002a05b0)}, []*router.PathV2{(*router.PathV2)(0xc0002a0680), (*router.PathV2)(0xc0002a0750)}, []*router.PathV2{(*router.PathV2)(0xc0002a0820), (*router.PathV2)(0xc0002a08f0)}, []*router.PathV2{(*router.PathV2)(0xc0002a09c0), (*router.PathV2)(0xc0002a0a90)}, []*router.PathV2{(*router.PathV2)(0xc0002a0b60), (*router.PathV2)(0xc0002a0c30)}, []*router.PathV2{(*router.PathV2)(0xc0002a0d00), (*router.PathV2)(0xc0002a0dd0)}, []*router.PathV2{(*router.PathV2)(0xc0002a0ea0), (*router.PathV2)(0xc0002a0f70)}, []*router.PathV2{(*router.PathV2)(0xc0002a1040), (*router.PathV2)(0xc0002a1110)}, []*router.PathV2{(*router.PathV2)(0xc0002a11e0), (*router.PathV2)(0xc0002a12b0)}, []*router.PathV2{(*router.PathV2)(0xc0002a1380), (*router.PathV2)(0xc0002a1450)}, []*router.PathV2{(*router.PathV2)(0xc0002a1520), (*router.PathV2)(0xc0002a15f0)}, []*router.PathV2{(*router.PathV2)(0xc0002a16c0), (*router.PathV2)(0xc0002a1790)}, []*router.PathV2{(*router.PathV2)(0xc0002a1860), (*router.PathV2)(0xc0002a1930)}, []*router.PathV2{(*router.PathV2)(0xc0002a1a00), (*router.PathV2)(0xc0002a1ad0)}, []*router.PathV2{(*router.PathV2)(0xc0002a1ba0), (*router.PathV2)(0xc0002a1c70)}, []*router.PathV2{(*router.PathV2)(0xc0002a1d40), (*router.PathV2)(0xc0002a1e10)}, []*router.PathV2{(*router.PathV2)(0xc0002a1ee0), (*router.PathV2)(0xc0002ba000)}, []*router.PathV2{(*router.PathV2)(0xc0002ba0d0), (*router.PathV2)(0xc0002ba1a0)}, []*router.PathV2{(*router.PathV2)(0xc0002ba270), (*router.PathV2)(0xc0002ba340)}, []*router.PathV2{(*router.PathV2)(0xc0002ba410), (*router.PathV2)(0xc0002ba4e0)}, []*router.PathV2{(*router.PathV2)(0xc0002ba5b0), (*router.PathV2)(0xc0002ba680)}, []*router.PathV2{(*router.PathV2)(0xc0002ba750), (*router.PathV2)(0xc0002ba820)}, []*router.PathV2{(*router.PathV2)(0xc0002ba8f0), (*router.PathV2)(0xc0002ba9c0)}, []*router.PathV2{(*router.PathV2)(0xc0002baa90), (*router.PathV2)(0xc0002bab60)}, []*router.PathV2{(*router.PathV2)(0xc0002bac30), (*router.PathV2)(0xc0002bad00)}, []*router.PathV2{(*router.PathV2)(0xc0002badd0), (*router.PathV2)(0xc0002baea0)}, []*router.PathV2{(*router.PathV2)(0xc0002baf70), (*router.PathV2)(0xc0002bb040)}, []*router.PathV2{(*router.PathV2)(0xc0002bb110), (*router.PathV2)(0xc0002bb1e0)}, []*router.PathV2{(*router.PathV2)(0xc0002bb2b0), (*router.PathV2)(0xc0002bb380)}, []*router.PathV2{(*router.PathV2)(0xc0002bb450), (*router.PathV2)(0xc0002bb520)}, []*router.PathV2{(*router.PathV2)(0xc0002bb5f0), (*router.PathV2)(0xc0002bb6c0)}, []*router.PathV2{(*router.PathV2)(0xc0002bb790), (*router.PathV2)(0xc0002bb860)}, []*router.PathV2{(*router.PathV2)(0xc0002bb930), (*router.PathV2)(0xc0002bba00)}, []*router.PathV2{(*router.PathV2)(0xc0002bbad0), (*router.PathV2)(0xc0002bbba0)}, []*router.PathV2{(*router.PathV2)(0xc0002bbc70), (*router.PathV2)(0xc0002bbd40)}, []*router.PathV2{(*router.PathV2)(0xc0002bbe10), (*router.PathV2)(0xc0002bbee0)}, []*router.PathV2{(*router.PathV2)(0xc0002cc000), (*router.PathV2)(0xc0002cc0d0)}, []*router.PathV2{(*router.PathV2)(0xc0002cc1a0), (*router.PathV2)(0xc0002cc270)}, []*router.PathV2{(*router.PathV2)(0xc0002cc340), (*router.PathV2)(0xc0002cc410)}, []*router.PathV2{(*router.PathV2)(0xc0002cc4e0), (*router.PathV2)(0xc0002cc5b0)}, []*router.PathV2{(*router.PathV2)(0xc0002cc680), (*router.PathV2)(0xc0002cc750)}, []*router.PathV2{(*router.PathV2)(0xc0002cc820), (*router.PathV2)(0xc0002cc8f0)}, []*router.PathV2{(*router.PathV2)(0xc0002cc9c0), (*router.PathV2)(0xc0002cca90)}, []*router.PathV2{(*router.PathV2)(0xc0002ccb60), (*router.PathV2)(0xc0002ccc30)}, []*router.PathV2{(*router.PathV2)(0xc0002ccd00), (*router.PathV2)(0xc0002ccdd0)}, []*router.PathV2{(*router.PathV2)(0xc0002ccea0), (*router.PathV2)(0xc0002ccf70)}, []*router.PathV2{(*router.PathV2)(0xc0002cd040), (*router.PathV2)(0xc0002cd110)}, []*router.PathV2{(*router.PathV2)(0xc0002cd1e0), (*router.PathV2)(0xc0002cd2b0)}, []*router.PathV2{(*router.PathV2)(0xc0002cd380), (*router.PathV2)(0xc0002cd450)}, []*router.PathV2{(*router.PathV2)(0xc0002cd520), (*router.PathV2)(0xc0002cd5f0)}, []*router.PathV2{(*router.PathV2)(0xc0002cd6c0), (*router.PathV2)(0xc0002cd790)}, []*router.PathV2{(*router.PathV2)(0xc0002cd860), (*router.PathV2)(0xc0002cd930)}, []*router.PathV2{(*router.PathV2)(0xc0002cda00), (*router.PathV2)(0xc0002cdad0)}, []*router.PathV2{(*router.PathV2)(0xc0002cdba0), (*router.PathV2)(0xc0002cdc70)}, []*router.PathV2{(*router.PathV2)(0xc0002cdd40), (*router.PathV2)(0xc0002cde10)}, []*router.PathV2{(*router.PathV2)(0xc0002cdee0), (*router.PathV2)(0xc0002d2000)}, []*router.PathV2{(*router.PathV2)(0xc0002d20d0), (*router.PathV2)(0xc0002d21a0)}, []*router.PathV2{(*router.PathV2)(0xc0002d2270), (*router.PathV2)(0xc0002d2340)}, []*router.PathV2{(*router.PathV2)(0xc0002d2410), (*router.PathV2)(0xc0002d24e0)}, []*router.PathV2{(*router.PathV2)(0xc0002d25b0), (*router.PathV2)(0xc0002d2680)}, []*router.PathV2{(*router.PathV2)(0xc0002d2750), (*router.PathV2)(0xc0002d2820)}, []*router.PathV2{(*router.PathV2)(0xc0002d28f0), (*router.PathV2)(0xc0002d29c0)}, []*router.PathV2{(*router.PathV2)(0xc0002d2a90), (*router.PathV2)(0xc0002d2b60)}, []*router.PathV2{(*router.PathV2)(0xc0002d2c30), (*router.PathV2)(0xc0002d2d00)}, []*router.PathV2{(*router.PathV2)(0xc0002d2dd0), (*router.PathV2)(0xc0002d2ea0)}, []*router.PathV2{(*router.PathV2)(0xc0002d2f70), (*router.PathV2)(0xc0002d3040)}, []*router.PathV2{(*router.PathV2)(0xc0002d3110), (*router.PathV2)(0xc0002d31e0)}, []*router.PathV2{(*router.PathV2)(0xc0002d32b0), (*router.PathV2)(0xc0002d3380)}, []*router.PathV2{(*router.PathV2)(0xc0002d3450), (*router.PathV2)(0xc0002d3520)}, []*router.PathV2{(*router.PathV2)(0xc0002d35f0), (*router.PathV2)(0xc0002d36c0)}, []*router.PathV2{(*router.PathV2)(0xc0002d3790), (*router.PathV2)(0xc0002d3860)}, []*router.PathV2{(*router.PathV2)(0xc0002d3930), (*router.PathV2)(0xc0002d3a00)}, []*router.PathV2{(*router.PathV2)(0xc0002d3ad0), (*router.PathV2)(0xc0002d3ba0)}, []*router.PathV2{(*router.PathV2)(0xc0002d3c70), (*router.PathV2)(0xc0002d3d40)}, []*router.PathV2{(*router.PathV2)(0xc0002d3e10), (*router.PathV2)(0xc0002d3ee0)}, []*router.PathV2{(*router.PathV2)(0xc000306000), (*router.PathV2)(0xc0003060d0)}, []*router.PathV2{(*router.PathV2)(0xc0003061a0), (*router.PathV2)(0xc000306270)}, []*router.PathV2{(*router.PathV2)(0xc000306340), (*router.PathV2)(0xc000306410)}, []*router.PathV2{(*router.PathV2)(0xc0003064e0), (*router.PathV2)(0xc0003065b0)}, []*router.PathV2{(*router.PathV2)(0xc000306680), (*router.PathV2)(0xc000306750)}, []*router.PathV2{(*router.PathV2)(0xc000306820), (*router.PathV2)(0xc0003068f0)}, []*router.PathV2{(*router.PathV2)(0xc0003069c0), (*router.PathV2)(0xc000306a90)}, []*router.PathV2{(*router.PathV2)(0xc000306b60), (*router.PathV2)(0xc000306c30)}, []*router.PathV2{(*router.PathV2)(0xc000306d00), (*router.PathV2)(0xc000306dd0)}, []*router.PathV2{(*router.PathV2)(0xc000306ea0), (*router.PathV2)(0xc000306f70)}, []*router.PathV2{(*router.PathV2)(0xc000307040), (*router.PathV2)(0xc000307110)}, []*router.PathV2{(*router.PathV2)(0xc0003071e0), (*router.PathV2)(0xc0003072b0)}, []*router.PathV2{(*router.PathV2)(0xc000307380), (*router.PathV2)(0xc000307450)}, []*router.PathV2{(*router.PathV2)(0xc000307520), (*router.PathV2)(0xc0003075f0)}, []*router.PathV2{(*router.PathV2)(0xc0003076c0), (*router.PathV2)(0xc000307790)}, []*router.PathV2{(*router.PathV2)(0xc000307860), (*router.PathV2)(0xc000307930)}, []*router.PathV2{(*router.PathV2)(0xc000307a00), (*router.PathV2)(0xc000307ad0)}, []*router.PathV2{(*router.PathV2)(0xc000307ba0), (*router.PathV2)(0xc000307c70)}, []*router.PathV2{(*router.PathV2)(0xc000307d40), (*router.PathV2)(0xc000307e10)}, []*router.PathV2{(*router.PathV2)(0xc000307ee0), (*router.PathV2)(0xc00030a000)}, []*router.PathV2{(*router.PathV2)(0xc00030a0d0), (*router.PathV2)(0xc00030a1a0)}, []*router.PathV2{(*router.PathV2)(0xc00030a270), (*router.PathV2)(0xc00030a340)}, []*router.PathV2{(*router.PathV2)(0xc00030a410), (*router.PathV2)(0xc00030a4e0)}, []*router.PathV2{(*router.PathV2)(0xc00030a5b0), (*router.PathV2)(0xc00030a680)}, []*router.PathV2{(*router.PathV2)(0xc00030a750), (*router.PathV2)(0xc00030a820)}, []*router.PathV2{(*router.PathV2)(0xc00030a8f0), (*router.PathV2)(0xc00030a9c0)}, []*router.PathV2{(*router.PathV2)(0xc00030aa90), (*router.PathV2)(0xc00030ab60)}, []*router.PathV2{(*router.PathV2)(0xc00030ac30), (*router.PathV2)(0xc00030ad00)}, []*router.PathV2{(*router.PathV2)(0xc00030add0), (*router.PathV2)(0xc00030aea0)}, []*router.PathV2{(*router.PathV2)(0xc00030af70), (*router.PathV2)(0xc00030b040)}, []*router.PathV2{(*router.PathV2)(0xc00030b110), (*router.PathV2)(0xc00030b1e0)}, []*router.PathV2{(*router.PathV2)(0xc00030b2b0), (*router.PathV2)(0xc00030b380)}, []*router.PathV2{(*router.PathV2)(0xc00030b450), (*router.PathV2)(0xc00030b520)}, []*router.PathV2{(*router.PathV2)(0xc00030b5f0), (*router.PathV2)(0xc00030b6c0)}, []*router.PathV2{(*router.PathV2)(0xc00030b790), (*router.PathV2)(0xc00030b860)}, []*router.PathV2{(*router.PathV2)(0xc00030b930), (*router.PathV2)(0xc00030ba00)}, []*router.PathV2{(*router.PathV2)(0xc00030bad0), (*router.PathV2)(0xc00030bba0)}, []*router.PathV2{(*router.PathV2)(0xc00030bc70), (*router.PathV2)(0xc00030bd40)}, []*router.PathV2{(*router.PathV2)(0xc00030be10), (*router.PathV2)(0xc00030bee0)}, []*router.PathV2{(*router.PathV2)(0xc000310000), (*router.PathV2)(0xc0003100d0)}, []*router.PathV2{(*router.PathV2)(0xc0003101a0), (*router.PathV2)(0xc000310270)}, []*router.PathV2{(*router.PathV2)(0xc000310340), (*router.PathV2)(0xc000310410)}, []*router.PathV2{(*router.PathV2)(0xc0003104e0), (*router.PathV2)(0xc0003105b0)}, []*router.PathV2{(*router.PathV2)(0xc000310680), (*router.PathV2)(0xc000310750)}, []*router.PathV2{(*router.PathV2)(0xc000310820), (*router.PathV2)(0xc0003108f0)}, []*router.PathV2{(*router.PathV2)(0xc0003109c0), (*router.PathV2)(0xc000310a90)}, []*router.PathV2{(*router.PathV2)(0xc000310b60), (*router.PathV2)(0xc000310c30)}, []*router.PathV2{(*router.PathV2)(0xc000310d00), (*router.PathV2)(0xc000310dd0)}, []*router.PathV2{(*router.PathV2)(0xc000310ea0), (*router.PathV2)(0xc000310f70)}, []*router.PathV2{(*router.PathV2)(0xc000311040), (*router.PathV2)(0xc000311110)}, []*router.PathV2{(*router.PathV2)(0xc0003111e0), (*router.PathV2)(0xc0003112b0)}, []*router.PathV2{(*router.PathV2)(0xc000311380), (*router.PathV2)(0xc000311450)}, []*router.PathV2{(*router.PathV2)(0xc000311520), (*router.PathV2)(0xc0003115f0)}, []*router.PathV2{(*router.PathV2)(0xc0003116c0), (*router.PathV2)(0xc000311790)}, []*router.PathV2{(*router.PathV2)(0xc000311860), (*router.PathV2)(0xc000311930)}, []*router.PathV2{(*router.PathV2)(0xc000311a00), (*router.PathV2)(0xc000311ad0)}, []*router.PathV2{(*router.PathV2)(0xc000311ba0), (*router.PathV2)(0xc000311c70)}, []*router.PathV2{(*router.PathV2)(0xc000311d40), (*router.PathV2)(0xc000311e10)}, []*router.PathV2{(*router.PathV2)(0xc000311ee0), (*router.PathV2)(0xc000314000)}, []*router.PathV2{(*router.PathV2)(0xc0003140d0), (*router.PathV2)(0xc0003141a0)}, []*router.PathV2{(*router.PathV2)(0xc000314270), (*router.PathV2)(0xc000314340)}, []*router.PathV2{(*router.PathV2)(0xc000314410), (*router.PathV2)(0xc0003144e0)}, []*router.PathV2{(*router.PathV2)(0xc0003145b0), (*router.PathV2)(0xc000314680)}, []*router.PathV2{(*router.PathV2)(0xc000314750), (*router.PathV2)(0xc000314820)}, []*router.PathV2{(*router.PathV2)(0xc0003148f0), (*router.PathV2)(0xc0003149c0)}, []*router.PathV2{(*router.PathV2)(0xc000314a90), (*router.PathV2)(0xc000314b60)}, []*router.PathV2{(*router.PathV2)(0xc000314c30), (*router.PathV2)(0xc000314d00)}, []*router.PathV2{(*router.PathV2)(0xc000314dd0), (*router.PathV2)(0xc000314ea0)}, []*router.PathV2{(*router.PathV2)(0xc000314f70), (*router.PathV2)(0xc000315040)}, []*router.PathV2{(*router.PathV2)(0xc000315110), (*router.PathV2)(0xc0003151e0)}, []*router.PathV2{(*router.PathV2)(0xc0003152b0), (*router.PathV2)(0xc000315380)}, []*router.PathV2{(*router.PathV2)(0xc000315450), (*router.PathV2)(0xc000315520)}, []*router.PathV2{(*router.PathV2)(0xc0003155f0), (*router.PathV2)(0xc0003156c0)}, []*router.PathV2{(*router.PathV2)(0xc000315790), (*router.PathV2)(0xc000315860)}, []*router.PathV2{(*router.PathV2)(0xc000315930), (*router.PathV2)(0xc000315a00)}, []*router.PathV2{(*router.PathV2)(0xc000315ad0), (*router.PathV2)(0xc000315ba0)}, []*router.PathV2{(*router.PathV2)(0xc000315c70), (*router.PathV2)(0xc000315d40)}, []*router.PathV2{(*router.PathV2)(0xc000315e10), (*router.PathV2)(0xc000315ee0)}, []*router.PathV2{(*router.PathV2)(0xc000318000), (*router.PathV2)(0xc0003180d0)}, []*router.PathV2{(*router.PathV2)(0xc0003181a0), (*router.PathV2)(0xc000318270)}, []*router.PathV2{(*router.PathV2)(0xc000318340), (*router.PathV2)(0xc000318410)}, []*router.PathV2{(*router.PathV2)(0xc0003184e0), (*router.PathV2)(0xc0003185b0)}, []*router.PathV2{(*router.PathV2)(0xc000318680), (*router.PathV2)(0xc000318750)}, []*router.PathV2{(*router.PathV2)(0xc000318820), (*router.PathV2)(0xc0003188f0)}, []*router.PathV2{(*router.PathV2)(0xc0003189c0), (*router.PathV2)(0xc000318a90)}, []*router.PathV2{(*router.PathV2)(0xc000318b60), (*router.PathV2)(0xc000318c30)}, []*router.PathV2{(*router.PathV2)(0xc000318d00), (*router.PathV2)(0xc000318dd0)}, []*router.PathV2{(*router.PathV2)(0xc000318ea0), (*router.PathV2)(0xc000318f70)}, []*router.PathV2{(*router.PathV2)(0xc000319040), (*router.PathV2)(0xc000319110)}, []*router.PathV2{(*router.PathV2)(0xc0003191e0), (*router.PathV2)(0xc0003192b0)}, []*router.PathV2{(*router.PathV2)(0xc000319380), (*router.PathV2)(0xc000319450)}, []*router.PathV2{(*router.PathV2)(0xc000319520), (*router.PathV2)(0xc0003195f0)}, []*router.PathV2{(*router.PathV2)(0xc0003196c0), (*router.PathV2)(0xc000319790)}, []*router.PathV2{(*router.PathV2)(0xc000319860), (*router.PathV2)(0xc000319930)}, []*router.PathV2{(*router.PathV2)(0xc000319a00), (*router.PathV2)(0xc000319ad0)}, []*router.PathV2{(*router.PathV2)(0xc000319ba0), (*router.PathV2)(0xc000319c70)}, []*router.PathV2{(*router.PathV2)(0xc000319d40), (*router.PathV2)(0xc000319e10)}, []*router.PathV2{(*router.PathV2)(0xc000319ee0), (*router.PathV2)(0xc00031c000)}, []*router.PathV2{(*router.PathV2)(0xc00031c0d0), (*router.PathV2)(0xc00031c1a0)}, []*router.PathV2{(*router.PathV2)(0xc00031c270), (*router.PathV2)(0xc00031c340)}, []*router.PathV2{(*router.PathV2)(0xc00031c410), (*router.PathV2)(0xc00031c4e0)}, []*router.PathV2{(*router.PathV2)(0xc00031c5b0), (*router.PathV2)(0xc00031c680)}, []*router.PathV2{(*router.PathV2)(0xc00031c750), (*router.PathV2)(0xc00031c820)}, []*router.PathV2{(*router.PathV2)(0xc00031c8f0), (*router.PathV2)(0xc00031c9c0)}, []*router.PathV2{(*router.PathV2)(0xc00031ca90), (*router.PathV2)(0xc00031cb60)}, []*router.PathV2{(*router.PathV2)(0xc00031cc30), (*router.PathV2)(0xc00031cd00)}, []*router.PathV2{(*router.PathV2)(0xc00031cdd0), (*router.PathV2)(0xc00031cea0)}, []*router.PathV2{(*router.PathV2)(0xc00031cf70), (*router.PathV2)(0xc00031d040)}, []*router.PathV2{(*router.PathV2)(0xc00031d110), (*router.PathV2)(0xc00031d1e0)}, []*router.PathV2{(*router.PathV2)(0xc00031d2b0), (*router.PathV2)(0xc00031d380)}, []*router.PathV2{(*router.PathV2)(0xc00031d450), (*router.PathV2)(0xc00031d520)}, []*router.PathV2{(*router.PathV2)(0xc00031d5f0), (*router.PathV2)(0xc00031d6c0)}, []*router.PathV2{(*router.PathV2)(0xc00031d790), (*router.PathV2)(0xc00031d860)}, []*router.PathV2{(*router.PathV2)(0xc00031d930), (*router.PathV2)(0xc00031da00)}, []*router.PathV2{(*router.PathV2)(0xc00031dad0), (*router.PathV2)(0xc00031dba0)}, []*router.PathV2{(*router.PathV2)(0xc00031dc70), (*router.PathV2)(0xc00031dd40)}, []*router.PathV2{(*router.PathV2)(0xc00031de10), (*router.PathV2)(0xc00031dee0)}, []*router.PathV2{(*router.PathV2)(0xc000320000), (*router.PathV2)(0xc0003200d0)}, []*router.PathV2{(*router.PathV2)(0xc0003201a0), (*router.PathV2)(0xc000320270)}, []*router.PathV2{(*router.PathV2)(0xc000320340), (*router.PathV2)(0xc000320410)}, []*router.PathV2{(*router.PathV2)(0xc0003204e0), (*router.PathV2)(0xc0003205b0)}, []*router.PathV2{(*router.PathV2)(0xc000320680), (*router.PathV2)(0xc000320750)}, []*router.PathV2{(*router.PathV2)(0xc000320820), (*router.PathV2)(0xc0003208f0)}, []*router.PathV2{(*router.PathV2)(0xc0003209c0), (*router.PathV2)(0xc000320a90)}, []*router.PathV2{(*router.PathV2)(0xc000320b60), (*router.PathV2)(0xc000320c30)}, []*router.PathV2{(*router.PathV2)(0xc000320d00), (*router.PathV2)(0xc000320dd0)}, []*router.PathV2{(*router.PathV2)(0xc000320ea0), (*router.PathV2)(0xc000320f70)}, []*router.PathV2{(*router.PathV2)(0xc000321040), (*router.PathV2)(0xc000321110)}, []*router.PathV2{(*router.PathV2)(0xc0003211e0), (*router.PathV2)(0xc0003212b0)}, []*router.PathV2{(*router.PathV2)(0xc000321380), (*router.PathV2)(0xc000321450)}, []*router.PathV2{(*router.PathV2)(0xc000321520), (*router.PathV2)(0xc0003215f0)}, []*router.PathV2{(*router.PathV2)(0xc0003216c0), (*router.PathV2)(0xc000321790)}, []*router.PathV2{(*router.PathV2)(0xc000321860), (*router.PathV2)(0xc000321930)}, []*router.PathV2{(*router.PathV2)(0xc000321a00), (*router.PathV2)(0xc000321ad0)}, []*router.PathV2{(*router.PathV2)(0xc000321ba0), (*router.PathV2)(0xc000321c70)}, []*router.PathV2{(*router.PathV2)(0xc000321d40), (*router.PathV2)(0xc000321e10)}, []*router.PathV2{(*router.PathV2)(0xc000321ee0), (*router.PathV2)(0xc000326000)}, []*router.PathV2{(*router.PathV2)(0xc0003260d0), (*router.PathV2)(0xc0003261a0)}, []*router.PathV2{(*router.PathV2)(0xc000326270), (*router.PathV2)(0xc000326340)}, []*router.PathV2{(*router.PathV2)(0xc000326410), (*router.PathV2)(0xc0003264e0)}, []*router.PathV2{(*router.PathV2)(0xc0003265b0), (*router.PathV2)(0xc000326680)}, []*router.PathV2{(*router.PathV2)(0xc000326750), (*router.PathV2)(0xc000326820)}, []*router.PathV2{(*router.PathV2)(0xc0003268f0), (*router.PathV2)(0xc0003269c0)}, []*router.PathV2{(*router.PathV2)(0xc000326a90), (*router.PathV2)(0xc000326b60)}, []*router.PathV2{(*router.PathV2)(0xc000326c30), (*router.PathV2)(0xc000326d00)}, []*router.PathV2{(*router.PathV2)(0xc000326dd0), (*router.PathV2)(0xc000326ea0)}, []*router.PathV2{(*router.PathV2)(0xc000326f70), (*router.PathV2)(0xc000327040)}, []*router.PathV2{(*router.PathV2)(0xc000327110), (*router.PathV2)(0xc0003271e0)}, []*router.PathV2{(*router.PathV2)(0xc0003272b0), (*router.PathV2)(0xc000327380)}, []*router.PathV2{(*router.PathV2)(0xc000327450), (*router.PathV2)(0xc000327520)}, []*router.PathV2{(*router.PathV2)(0xc0003275f0), (*router.PathV2)(0xc0003276c0)}, []*router.PathV2{(*router.PathV2)(0xc000327790), (*router.PathV2)(0xc000327860)}, []*router.PathV2{(*router.PathV2)(0xc000327930), (*router.PathV2)(0xc000327a00)}, []*router.PathV2{(*router.PathV2)(0xc000327ad0), (*router.PathV2)(0xc000327ba0)}, []*router.PathV2{(*router.PathV2)(0xc000327c70), (*router.PathV2)(0xc000327d40)}, []*router.PathV2{(*router.PathV2)(0xc000327e10), (*router.PathV2)(0xc000327ee0)}, []*router.PathV2{(*router.PathV2)(0xc00032e000), (*router.PathV2)(0xc00032e0d0)}, []*router.PathV2{(*router.PathV2)(0xc00032e1a0), (*router.PathV2)(0xc00032e270)}, []*router.PathV2{(*router.PathV2)(0xc00032e340), (*router.PathV2)(0xc00032e410)}, []*router.PathV2{(*router.PathV2)(0xc00032e4e0), (*router.PathV2)(0xc00032e5b0)}, []*router.PathV2{(*router.PathV2)(0xc00032e680), (*router.PathV2)(0xc00032e750)}, []*router.PathV2{(*router.PathV2)(0xc00032e820), (*router.PathV2)(0xc00032e8f0)}, []*router.PathV2{(*router.PathV2)(0xc00032e9c0), (*router.PathV2)(0xc00032ea90)}, []*router.PathV2{(*router.PathV2)(0xc00032eb60), (*router.PathV2)(0xc00032ec30)}, []*router.PathV2{(*router.PathV2)(0xc00032ed00), (*router.PathV2)(0xc00032edd0)}, []*router.PathV2{(*router.PathV2)(0xc00032eea0), (*router.PathV2)(0xc00032ef70)}, []*router.PathV2{(*router.PathV2)(0xc00032f040), (*router.PathV2)(0xc00032f110)}, []*router.PathV2{(*router.PathV2)(0xc00032f1e0), (*router.PathV2)(0xc00032f2b0)}, []*router.PathV2{(*router.PathV2)(0xc00032f380), (*router.PathV2)(0xc00032f450)}, []*router.PathV2{(*router.PathV2)(0xc00032f520), (*router.PathV2)(0xc00032f5f0)}, []*router.PathV2{(*router.PathV2)(0xc00032f6c0), (*router.PathV2)(0xc00032f790)}, []*router.PathV2{(*router.PathV2)(0xc00032f860), (*router.PathV2)(0xc00032f930)}, []*router.PathV2{(*router.PathV2)(0xc00032fa00), (*router.PathV2)(0xc00032fad0)}, []*router.PathV2{(*router.PathV2)(0xc00032fba0), (*router.PathV2)(0xc00032fc70)}, []*router.PathV2{(*router.PathV2)(0xc00032fd40), (*router.PathV2)(0xc00032fe10)}, []*router.PathV2{(*router.PathV2)(0xc00032fee0), (*router.PathV2)(0xc000332000)}, []*router.PathV2{(*router.PathV2)(0xc0003320d0), (*router.PathV2)(0xc0003321a0)}, []*router.PathV2{(*router.PathV2)(0xc000332270), (*router.PathV2)(0xc000332340)}, []*router.PathV2{(*router.PathV2)(0xc000332410), (*router.PathV2)(0xc0003324e0)}, []*router.PathV2{(*router.PathV2)(0xc0003325b0), (*router.PathV2)(0xc000332680)}, []*router.PathV2{(*router.PathV2)(0xc000332750), (*router.PathV2)(0xc000332820)}, []*router.PathV2{(*router.PathV2)(0xc0003328f0), (*router.PathV2)(0xc0003329c0)}, []*router.PathV2{(*router.PathV2)(0xc000332a90), (*router.PathV2)(0xc000332b60)}, []*router.PathV2{(*router.PathV2)(0xc000332c30), (*router.PathV2)(0xc000332d00)}, []*router.PathV2{(*router.PathV2)(0xc000332dd0), (*router.PathV2)(0xc000332ea0)}, []*router.PathV2{(*router.PathV2)(0xc000332f70), (*router.PathV2)(0xc000333040)}, []*router.PathV2{(*router.PathV2)(0xc000333110), (*router.PathV2)(0xc0003331e0)}, []*router.PathV2{(*router.PathV2)(0xc0003332b0), (*router.PathV2)(0xc000333380)}, []*router.PathV2{(*router.PathV2)(0xc000333450), (*router.PathV2)(0xc000333520)}, []*router.PathV2{(*router.PathV2)(0xc0003335f0), (*router.PathV2)(0xc0003336c0)}, []*router.PathV2{(*router.PathV2)(0xc000333790), (*router.PathV2)(0xc000333860)}, []*router.PathV2{(*router.PathV2)(0xc000333930), (*router.PathV2)(0xc000333a00)}, []*router.PathV2{(*router.PathV2)(0xc000333ad0), (*router.PathV2)(0xc000333ba0)}, []*router.PathV2{(*router.PathV2)(0xc000333c70), (*router.PathV2)(0xc000333d40)}, []*router.PathV2{(*router.PathV2)(0xc000333e10), (*router.PathV2)(0xc000333ee0)}, []*router.PathV2{(*router.PathV2)(0xc00034e000), (*router.PathV2)(0xc00034e0d0)}, []*router.PathV2{(*router.PathV2)(0xc00034e1a0), (*router.PathV2)(0xc00034e270)}, []*router.PathV2{(*router.PathV2)(0xc00034e340), (*router.PathV2)(0xc00034e410)}, []*router.PathV2{(*router.PathV2)(0xc00034e4e0), (*router.PathV2)(0xc00034e5b0)}, []*router.PathV2{(*router.PathV2)(0xc00034e680), (*router.PathV2)(0xc00034e750)}, []*router.PathV2{(*router.PathV2)(0xc00034e820), (*router.PathV2)(0xc00034e8f0)}, []*router.PathV2{(*router.PathV2)(0xc00034e9c0), (*router.PathV2)(0xc00034ea90)}, []*router.PathV2{(*router.PathV2)(0xc00034eb60), (*router.PathV2)(0xc00034ec30)}, []*router.PathV2{(*router.PathV2)(0xc00034ed00), (*router.PathV2)(0xc00034edd0)}, []*router.PathV2{(*router.PathV2)(0xc00034eea0), (*router.PathV2)(0xc00034ef70)}, []*router.PathV2{(*router.PathV2)(0xc00034f040), (*router.PathV2)(0xc00034f110)}, []*router.PathV2{(*router.PathV2)(0xc00034f1e0), (*router.PathV2)(0xc00034f2b0)}, []*router.PathV2{(*router.PathV2)(0xc00034f380), (*router.PathV2)(0xc00034f450)}, []*router.PathV2{(*router.PathV2)(0xc00034f520), (*router.PathV2)(0xc00034f5f0)}, []*router.PathV2{(*router.PathV2)(0xc00034f6c0), (*router.PathV2)(0xc00034f790)}, []*router.PathV2{(*router.PathV2)(0xc00034f860), (*router.PathV2)(0xc00034f930)}, []*router.PathV2{(*router.PathV2)(0xc00034fa00), (*router.PathV2)(0xc00034fad0)}, []*router.PathV2{(*router.PathV2)(0xc00034fba0), (*router.PathV2)(0xc00034fc70)}, []*router.PathV2{(*router.PathV2)(0xc00034fd40), (*router.PathV2)(0xc00034fe10)}, []*router.PathV2{(*router.PathV2)(0xc00034fee0), (*router.PathV2)(0xc0003c6000)}, []*router.PathV2{(*router.PathV2)(0xc0003c60d0), (*router.PathV2)(0xc0003c61a0)}, []*router.PathV2{(*router.PathV2)(0xc0003c6270), (*router.PathV2)(0xc0003c6340)}, []*router.PathV2{(*router.PathV2)(0xc0003c6410), (*router.PathV2)(0xc0003c64e0)}, []*router.PathV2{(*router.PathV2)(0xc0003c65b0), (*router.PathV2)(0xc0003c6680)}, []*router.PathV2{(*router.PathV2)(0xc0003c6750), (*router.PathV2)(0xc0003c6820)}, []*router.PathV2{(*router.PathV2)(0xc0003c68f0), (*router.PathV2)(0xc0003c69c0)}, []*router.PathV2{(*router.PathV2)(0xc0003c6a90), (*router.PathV2)(0xc0003c6b60)}, []*router.PathV2{(*router.PathV2)(0xc0003c6c30), (*router.PathV2)(0xc0003c6d00)}, []*router.PathV2{(*router.PathV2)(0xc0003c6dd0), (*router.PathV2)(0xc0003c6ea0)}, []*router.PathV2{(*router.PathV2)(0xc0003c6f70), (*router.PathV2)(0xc0003c7040)}, []*router.PathV2{(*router.PathV2)(0xc0003c7110), (*router.PathV2)(0xc0003c71e0)}, []*router.PathV2{(*router.PathV2)(0xc0003c72b0), (*router.PathV2)(0xc0003c7380)}, []*router.PathV2{(*router.PathV2)(0xc0003c7450), (*router.PathV2)(0xc0003c7520)}, []*router.PathV2{(*router.PathV2)(0xc0003c75f0), (*router.PathV2)(0xc0003c76c0)}, []*router.PathV2{(*router.PathV2)(0xc0003c7790), (*router.PathV2)(0xc0003c7860)}, []*router.PathV2{(*router.PathV2)(0xc0003c7930), (*router.PathV2)(0xc0003c7a00)}, []*router.PathV2{(*router.PathV2)(0xc0003c7ad0), (*router.PathV2)(0xc0003c7ba0)}, []*router.PathV2{(*router.PathV2)(0xc0003c7c70), (*router.PathV2)(0xc0003c7d40)}, []*router.PathV2{(*router.PathV2)(0xc0003c7e10), (*router.PathV2)(0xc0003c7ee0)}, []*router.PathV2{(*router.PathV2)(0xc0003ca000), (*router.PathV2)(0xc0003ca0d0)}, []*router.PathV2{(*router.PathV2)(0xc0003ca1a0), (*router.PathV2)(0xc0003ca270)}, []*router.PathV2{(*router.PathV2)(0xc0003ca340), (*router.PathV2)(0xc0003ca410)}, []*router.PathV2{(*router.PathV2)(0xc0003ca4e0), (*router.PathV2)(0xc0003ca5b0)}, []*router.PathV2{(*router.PathV2)(0xc0003ca680), (*router.PathV2)(0xc0003ca750)}, []*router.PathV2{(*router.PathV2)(0xc0003ca820), (*router.PathV2)(0xc0003ca8f0)}, []*router.PathV2{(*router.PathV2)(0xc0003ca9c0), (*router.PathV2)(0xc0003caa90)}, []*router.PathV2{(*router.PathV2)(0xc0003cab60), (*router.PathV2)(0xc0003cac30)}, []*router.PathV2{(*router.PathV2)(0xc0003cad00), (*router.PathV2)(0xc0003cadd0)}, []*router.PathV2{(*router.PathV2)(0xc0003caea0), (*router.PathV2)(0xc0003caf70)}, []*router.PathV2{(*router.PathV2)(0xc0003cb040), (*router.PathV2)(0xc0003cb110)}, []*router.PathV2{(*router.PathV2)(0xc0003cb1e0), (*router.PathV2)(0xc0003cb2b0)}, []*router.PathV2{(*router.PathV2)(0xc0003cb380), (*router.PathV2)(0xc0003cb450)}, []*router.PathV2{(*router.PathV2)(0xc0003cb520), (*router.PathV2)(0xc0003cb5f0)}, []*router.PathV2{(*router.PathV2)(0xc0003cb6c0), (*router.PathV2)(0xc0003cb790)}, []*router.PathV2{(*router.PathV2)(0xc0003cb860), (*router.PathV2)(0xc0003cb930)}, []*router.PathV2{(*router.PathV2)(0xc0003cba00), (*router.PathV2)(0xc0003cbad0)}, []*router.PathV2{(*router.PathV2)(0xc0003cbba0), (*router.PathV2)(0xc0003cbc70)}, []*router.PathV2{(*router.PathV2)(0xc0003cbd40), (*router.PathV2)(0xc0003cbe10)}, []*router.PathV2{(*router.PathV2)(0xc0003cbee0), (*router.PathV2)(0xc0003d0000)}, []*router.PathV2{(*router.PathV2)(0xc0003d00d0), (*router.PathV2)(0xc0003d01a0)}, []*router.PathV2{(*router.PathV2)(0xc0003d0270), (*router.PathV2)(0xc0003d0340)}, []*router.PathV2{(*router.PathV2)(0xc0003d0410), (*router.PathV2)(0xc0003d04e0)}, []*router.PathV2{(*router.PathV2)(0xc0003d05b0), (*router.PathV2)(0xc0003d0680)}, []*router.PathV2{(*router.PathV2)(0xc0003d0750), (*router.PathV2)(0xc0003d0820)}, []*router.PathV2{(*router.PathV2)(0xc0003d08f0), (*router.PathV2)(0xc0003d09c0)}, []*router.PathV2{(*router.PathV2)(0xc0003d0a90), (*router.PathV2)(0xc0003d0b60)}, []*router.PathV2{(*router.PathV2)(0xc0003d0c30), (*router.PathV2)(0xc0003d0d00)}, []*router.PathV2{(*router.PathV2)(0xc0003d0dd0), (*router.PathV2)(0xc0003d0ea0)}, []*router.PathV2{(*router.PathV2)(0xc0003d0f70), (*router.PathV2)(0xc0003d1040)}, []*router.PathV2{(*router.PathV2)(0xc0003d1110), (*router.PathV2)(0xc0003d11e0)}, []*router.PathV2{(*router.PathV2)(0xc0003d12b0), (*router.PathV2)(0xc0003d1380)}, []*router.PathV2{(*router.PathV2)(0xc0003d1450), (*router.PathV2)(0xc0003d1520)}, []*router.PathV2{(*router.PathV2)(0xc0003d15f0), (*router.PathV2)(0xc0003d16c0)}, []*router.PathV2{(*router.PathV2)(0xc0003d1790), (*router.PathV2)(0xc0003d1860)}, []*router.PathV2{(*router.PathV2)(0xc0003d1930), (*router.PathV2)(0xc0003d1a00)}, []*router.PathV2{(*router.PathV2)(0xc0003d1ad0), (*router.PathV2)(0xc0003d1ba0)}, []*router.PathV2{(*router.PathV2)(0xc0003d1c70), (*router.PathV2)(0xc0003d1d40)}, []*router.PathV2{(*router.PathV2)(0xc0003d1e10), (*router.PathV2)(0xc0003d1ee0)}, []*router.PathV2{(*router.PathV2)(0xc0003d4000), (*router.PathV2)(0xc0003d40d0)}, []*router.PathV2{(*router.PathV2)(0xc0003d41a0), (*router.PathV2)(0xc0003d4270)}, []*router.PathV2{(*router.PathV2)(0xc0003d4340), (*router.PathV2)(0xc0003d4410)}, []*router.PathV2{(*router.PathV2)(0xc0003d44e0), (*router.PathV2)(0xc0003d45b0)}, []*router.PathV2{(*router.PathV2)(0xc0003d4680), (*router.PathV2)(0xc0003d4750)}, []*router.PathV2{(*router.PathV2)(0xc0003d4820), (*router.PathV2)(0xc0003d48f0)}, []*router.PathV2{(*router.PathV2)(0xc0003d49c0), (*router.PathV2)(0xc0003d4a90)}, []*router.PathV2{(*router.PathV2)(0xc0003d4b60), (*router.PathV2)(0xc0003d4c30)}, []*router.PathV2{(*router.PathV2)(0xc0003d4d00), (*router.PathV2)(0xc0003d4dd0)}, []*router.PathV2{(*router.PathV2)(0xc0003d4ea0), (*router.PathV2)(0xc0003d4f70)}, []*router.PathV2{(*router.PathV2)(0xc0003d5040), (*router.PathV2)(0xc0003d5110)}, []*router.PathV2{(*router.PathV2)(0xc0003d51e0), (*router.PathV2)(0xc0003d52b0)}, []*router.PathV2{(*router.PathV2)(0xc0003d5380), (*router.PathV2)(0xc0003d5450)}, []*router.PathV2{(*router.PathV2)(0xc0003d5520), (*router.PathV2)(0xc0003d55f0)}, []*router.PathV2{(*router.PathV2)(0xc0003d56c0), (*router.PathV2)(0xc0003d5790)}, []*router.PathV2{(*router.PathV2)(0xc0003d5860), (*router.PathV2)(0xc0003d5930)}, []*router.PathV2{(*router.PathV2)(0xc0003d5a00), (*router.PathV2)(0xc0003d5ad0)}, []*router.PathV2{(*router.PathV2)(0xc0003d5ba0), (*router.PathV2)(0xc0003d5c70)}, []*router.PathV2{(*router.PathV2)(0xc0003d5d40), (*router.PathV2)(0xc0003d5e10)}, []*router.PathV2{(*router.PathV2)(0xc0003d5ee0), (*router.PathV2)(0xc0003d8000)}, []*router.PathV2{(*router.PathV2)(0xc0003d80d0), (*router.PathV2)(0xc0003d81a0)}, []*router.PathV2{(*router.PathV2)(0xc0003d8270), (*router.PathV2)(0xc0003d8340)}, []*router.PathV2{(*router.PathV2)(0xc0003d8410), (*router.PathV2)(0xc0003d84e0)}, []*router.PathV2{(*router.PathV2)(0xc0003d85b0), (*router.PathV2)(0xc0003d8680)}, []*router.PathV2{(*router.PathV2)(0xc0003d8750), (*router.PathV2)(0xc0003d8820)}, []*router.PathV2{(*router.PathV2)(0xc0003d88f0), (*router.PathV2)(0xc0003d89c0)}, []*router.PathV2{(*router.PathV2)(0xc0003d8a90), (*router.PathV2)(0xc0003d8b60)}, []*router.PathV2{(*router.PathV2)(0xc0003d8c30), (*router.PathV2)(0xc0003d8d00)}, []*router.PathV2{(*router.PathV2)(0xc0003d8dd0), (*router.PathV2)(0xc0003d8ea0)}, []*router.PathV2{(*router.PathV2)(0xc0003d8f70), (*router.PathV2)(0xc0003d9040)}, []*router.PathV2{(*router.PathV2)(0xc0003d9110), (*router.PathV2)(0xc0003d91e0)}, []*router.PathV2{(*router.PathV2)(0xc0003d92b0), (*router.PathV2)(0xc0003d9380)}, []*router.PathV2{(*router.PathV2)(0xc0003d9450), (*router.PathV2)(0xc0003d9520)}, []*router.PathV2{(*router.PathV2)(0xc0003d95f0), (*router.PathV2)(0xc0003d96c0)}, []*router.PathV2{(*router.PathV2)(0xc0003d9790), (*router.PathV2)(0xc0003d9860)}, []*router.PathV2{(*router.PathV2)(0xc0003d9930), (*router.PathV2)(0xc0003d9a00)}, []*router.PathV2{(*router.PathV2)(0xc0003d9ad0), (*router.PathV2)(0xc0003d9ba0)}, []*router.PathV2{(*router.PathV2)(0xc0003d9c70), (*router.PathV2)(0xc0003d9d40)}, []*router.PathV2{(*router.PathV2)(0xc0003d9e10), (*router.PathV2)(0xc0003d9ee0)}, []*router.PathV2{(*router.PathV2)(0xc000402000), (*router.PathV2)(0xc0004020d0)}, []*router.PathV2{(*router.PathV2)(0xc0004021a0), (*router.PathV2)(0xc000402270)}, []*router.PathV2{(*router.PathV2)(0xc000402340), (*router.PathV2)(0xc000402410)}, []*router.PathV2{(*router.PathV2)(0xc0004024e0), (*router.PathV2)(0xc0004025b0)}, []*router.PathV2{(*router.PathV2)(0xc000402680), (*router.PathV2)(0xc000402750)}, []*router.PathV2{(*router.PathV2)(0xc000402820), (*router.PathV2)(0xc0004028f0)}, []*router.PathV2{(*router.PathV2)(0xc0004029c0), (*router.PathV2)(0xc000402a90)}, []*router.PathV2{(*router.PathV2)(0xc000402b60), (*router.PathV2)(0xc000402c30)}, []*router.PathV2{(*router.PathV2)(0xc000402d00), (*router.PathV2)(0xc000402dd0)}, []*router.PathV2{(*router.PathV2)(0xc000402ea0), (*router.PathV2)(0xc000402f70)}, []*router.PathV2{(*router.PathV2)(0xc000403040), (*router.PathV2)(0xc000403110)}, []*router.PathV2{(*router.PathV2)(0xc0004031e0), (*router.PathV2)(0xc0004032b0)}, []*router.PathV2{(*router.PathV2)(0xc000403380), (*router.PathV2)(0xc000403450)}, []*router.PathV2{(*router.PathV2)(0xc000403520), (*router.PathV2)(0xc0004035f0)}, []*router.PathV2{(*router.PathV2)(0xc0004036c0), (*router.PathV2)(0xc000403790)}, []*router.PathV2{(*router.PathV2)(0xc000403860), (*router.PathV2)(0xc000403930)}, []*router.PathV2{(*router.PathV2)(0xc000403a00), (*router.PathV2)(0xc000403ad0)}, []*router.PathV2{(*router.PathV2)(0xc000403ba0), (*router.PathV2)(0xc000403c70)}, []*router.PathV2{(*router.PathV2)(0xc000403d40), (*router.PathV2)(0xc000403e10)}, []*router.PathV2{(*router.PathV2)(0xc000403ee0), (*router.PathV2)(0xc000422000)}, []*router.PathV2{(*router.PathV2)(0xc0004220d0), (*router.PathV2)(0xc0004221a0)}, []*router.PathV2{(*router.PathV2)(0xc000422270), (*router.PathV2)(0xc000422340)}, []*router.PathV2{(*router.PathV2)(0xc000422410), (*router.PathV2)(0xc0004224e0)}, []*router.PathV2{(*router.PathV2)(0xc0004225b0), (*router.PathV2)(0xc000422680)}, []*router.PathV2{(*router.PathV2)(0xc000422750), (*router.PathV2)(0xc000422820)}, []*router.PathV2{(*router.PathV2)(0xc0004228f0), (*router.PathV2)(0xc0004229c0)}, []*router.PathV2{(*router.PathV2)(0xc000422a90), (*router.PathV2)(0xc000422b60)}, []*router.PathV2{(*router.PathV2)(0xc000422c30), (*router.PathV2)(0xc000422d00)}, []*router.PathV2{(*router.PathV2)(0xc000422dd0), (*router.PathV2)(0xc000422ea0)}, []*router.PathV2{(*router.PathV2)(0xc000422f70), (*router.PathV2)(0xc000423040)}, []*router.PathV2{(*router.PathV2)(0xc000423110), (*router.PathV2)(0xc0004231e0)}, []*router.PathV2{(*router.PathV2)(0xc0004232b0), (*router.PathV2)(0xc000423380)}, []*router.PathV2{(*router.PathV2)(0xc000423450), (*router.PathV2)(0xc000423520)}, []*router.PathV2{(*router.PathV2)(0xc0004235f0), (*router.PathV2)(0xc0004236c0)}, []*router.PathV2{(*router.PathV2)(0xc000423790), (*router.PathV2)(0xc000423860)}, []*router.PathV2{(*router.PathV2)(0xc000423930), (*router.PathV2)(0xc000423a00)}, []*router.PathV2{(*router.PathV2)(0xc000423ad0), (*router.PathV2)(0xc000423ba0)}, []*router.PathV2{(*router.PathV2)(0xc000423c70), (*router.PathV2)(0xc000423d40)}, []*router.PathV2{(*router.PathV2)(0xc000423e10), (*router.PathV2)(0xc000423ee0)}, []*router.PathV2{(*router.PathV2)(0xc00044e000), (*router.PathV2)(0xc00044e0d0)}, []*router.PathV2{(*router.PathV2)(0xc00044e1a0), (*router.PathV2)(0xc00044e270)}, []*router.PathV2{(*router.PathV2)(0xc00044e340), (*router.PathV2)(0xc00044e410)}, []*router.PathV2{(*router.PathV2)(0xc00044e4e0), (*router.PathV2)(0xc00044e5b0)}, []*router.PathV2{(*router.PathV2)(0xc00044e680), (*router.PathV2)(0xc00044e750)}, []*router.PathV2{(*router.PathV2)(0xc00044e820), (*router.PathV2)(0xc00044e8f0)}, []*router.PathV2{(*router.PathV2)(0xc00044e9c0), (*router.PathV2)(0xc00044ea90)}, []*router.PathV2{(*router.PathV2)(0xc00044eb60), (*router.PathV2)(0xc00044ec30)}, []*router.PathV2{(*router.PathV2)(0xc00044ed00), (*router.PathV2)(0xc00044edd0)}, []*router.PathV2{(*router.PathV2)(0xc00044eea0), (*router.PathV2)(0xc00044ef70)}, []*router.PathV2{(*router.PathV2)(0xc00044f040), (*router.PathV2)(0xc00044f110)}, []*router.PathV2{(*router.PathV2)(0xc00044f1e0), (*router.PathV2)(0xc00044f2b0)}, []*router.PathV2{(*router.PathV2)(0xc00044f380), (*router.PathV2)(0xc00044f450)}, []*router.PathV2{(*router.PathV2)(0xc00044f520), (*router.PathV2)(0xc00044f5f0)}, []*router.PathV2{(*router.PathV2)(0xc00044f6c0), (*router.PathV2)(0xc00044f790)}, []*router.PathV2{(*router.PathV2)(0xc00044f860), (*router.PathV2)(0xc00044f930)}, []*router.PathV2{(*router.PathV2)(0xc00044fa00), (*router.PathV2)(0xc00044fad0)}, []*router.PathV2{(*router.PathV2)(0xc00044fba0), (*router.PathV2)(0xc00044fc70)}, []*router.PathV2{(*router.PathV2)(0xc00044fd40), (*router.PathV2)(0xc00044fe10)}, []*router.PathV2{(*router.PathV2)(0xc00044fee0), (*router.PathV2)(0xc000468000)}, []*router.PathV2{(*router.PathV2)(0xc0004680d0), (*router.PathV2)(0xc0004681a0)}, []*router.PathV2{(*router.PathV2)(0xc000468270), (*router.PathV2)(0xc000468340)}, []*router.PathV2{(*router.PathV2)(0xc000468410), (*router.PathV2)(0xc0004684e0)}, []*router.PathV2{(*router.PathV2)(0xc0004685b0), (*router.PathV2)(0xc000468680)}, []*router.PathV2{(*router.PathV2)(0xc000468750), (*router.PathV2)(0xc000468820)}, []*router.PathV2{(*router.PathV2)(0xc0004688f0), (*router.PathV2)(0xc0004689c0)}, []*router.PathV2{(*router.PathV2)(0xc000468a90), (*router.PathV2)(0xc000468b60)}, []*router.PathV2{(*router.PathV2)(0xc000468c30), (*router.PathV2)(0xc000468d00)}, []*router.PathV2{(*router.PathV2)(0xc000468dd0), (*router.PathV2)(0xc000468ea0)}, []*router.PathV2{(*router.PathV2)(0xc000468f70), (*router.PathV2)(0xc000469040)}, []*router.PathV2{(*router.PathV2)(0xc000469110), (*router.PathV2)(0xc0004691e0)}, []*router.PathV2{(*router.PathV2)(0xc0004692b0), (*router.PathV2)(0xc000469380)}, []*router.PathV2{(*router.PathV2)(0xc000469450), (*router.PathV2)(0xc000469520)}, []*router.PathV2{(*router.PathV2)(0xc0004695f0), (*router.PathV2)(0xc0004696c0)}, []*router.PathV2{(*router.PathV2)(0xc000469790), (*router.PathV2)(0xc000469860)}, []*router.PathV2{(*router.PathV2)(0xc000469930), (*router.PathV2)(0xc000469a00)}, []*router.PathV2{(*router.PathV2)(0xc000469ad0), (*router.PathV2)(0xc000469ba0)}, []*router.PathV2{(*router.PathV2)(0xc000469c70), (*router.PathV2)(0xc000469d40)}, []*router.PathV2{(*router.PathV2)(0xc000469e10), (*router.PathV2)(0xc000469ee0)}, []*router.PathV2{(*router.PathV2)(0xc00046e000), (*router.PathV2)(0xc00046e0d0)}, []*router.PathV2{(*router.PathV2)(0xc00046e1a0), (*router.PathV2)(0xc00046e270)}, []*router.PathV2{(*router.PathV2)(0xc00046e340), (*router.PathV2)(0xc00046e410)}, []*router.PathV2{(*router.PathV2)(0xc00046e4e0), (*router.PathV2)(0xc00046e5b0)}, []*router.PathV2{(*router.PathV2)(0xc00046e680), (*router.PathV2)(0xc00046e750)}, []*router.PathV2{(*router.PathV2)(0xc00046e820), (*router.PathV2)(0xc00046e8f0)}, []*router.PathV2{(*router.PathV2)(0xc00046e9c0), (*router.PathV2)(0xc00046ea90)}, []*router.PathV2{(*router.PathV2)(0xc00046eb60), (*router.PathV2)(0xc00046ec30)}, []*router.PathV2{(*router.PathV2)(0xc00046ed00), (*router.PathV2)(0xc00046edd0)}, []*router.PathV2{(*router.PathV2)(0xc00046eea0), (*router.PathV2)(0xc00046ef70)}, []*router.PathV2{(*router.PathV2)(0xc00046f040), (*router.PathV2)(0xc00046f110)}, []*router.PathV2{(*router.PathV2)(0xc00046f1e0), (*router.PathV2)(0xc00046f2b0)}, []*router.PathV2{(*router.PathV2)(0xc00046f380), (*router.PathV2)(0xc00046f450)}, []*router.PathV2{(*router.PathV2)(0xc00046f520), (*router.PathV2)(0xc00046f5f0)}, []*router.PathV2{(*router.PathV2)(0xc00046f6c0), (*router.PathV2)(0xc00046f790)}, []*router.PathV2{(*router.PathV2)(0xc00046f860), (*router.PathV2)(0xc00046f930)}, []*router.PathV2{(*router.PathV2)(0xc00046fa00), (*router.PathV2)(0xc00046fad0)}, []*router.PathV2{(*router.PathV2)(0xc00046fba0), (*router.PathV2)(0xc00046fc70)}, []*router.PathV2{(*router.PathV2)(0xc00046fd40), (*router.PathV2)(0xc00046fe10)}, []*router.PathV2{(*router.PathV2)(0xc00046fee0), (*router.PathV2)(0xc000472000)}, []*router.PathV2{(*router.PathV2)(0xc0004720d0), (*router.PathV2)(0xc0004721a0)}, []*router.PathV2{(*router.PathV2)(0xc000472270), (*router.PathV2)(0xc000472340)}, []*router.PathV2{(*router.PathV2)(0xc000472410), (*router.PathV2)(0xc0004724e0)}, []*router.PathV2{(*router.PathV2)(0xc0004725b0), (*router.PathV2)(0xc000472680)}, []*router.PathV2{(*router.PathV2)(0xc000472750), (*router.PathV2)(0xc000472820)}, []*router.PathV2{(*router.PathV2)(0xc0004728f0), (*router.PathV2)(0xc0004729c0)}, []*router.PathV2{(*router.PathV2)(0xc000472a90), (*router.PathV2)(0xc000472b60)}, []*router.PathV2{(*router.PathV2)(0xc000472c30), (*router.PathV2)(0xc000472d00)}, []*router.PathV2{(*router.PathV2)(0xc000472dd0), (*router.PathV2)(0xc000472ea0)}, []*router.PathV2{(*router.PathV2)(0xc000472f70), (*router.PathV2)(0xc000473040)}, []*router.PathV2{(*router.PathV2)(0xc000473110), (*router.PathV2)(0xc0004731e0)}, []*router.PathV2{(*router.PathV2)(0xc0004732b0), (*router.PathV2)(0xc000473380)}, []*router.PathV2{(*router.PathV2)(0xc000473450), (*router.PathV2)(0xc000473520)}, []*router.PathV2{(*router.PathV2)(0xc0004735f0), (*router.PathV2)(0xc0004736c0)}, []*router.PathV2{(*router.PathV2)(0xc000473790), (*router.PathV2)(0xc000473860)}, []*router.PathV2{(*router.PathV2)(0xc000473930), (*router.PathV2)(0xc000473a00)}, []*router.PathV2{(*router.PathV2)(0xc000473ad0), (*router.PathV2)(0xc000473ba0)}, []*router.PathV2{(*router.PathV2)(0xc000473c70), (*router.PathV2)(0xc000473d40)}, []*router.PathV2{(*router.PathV2)(0xc000473e10), (*router.PathV2)(0xc000473ee0)}, []*router.PathV2{(*router.PathV2)(0xc000476000), (*router.PathV2)(0xc0004760d0)}, []*router.PathV2{(*router.PathV2)(0xc0004761a0), (*router.PathV2)(0xc000476270)}, []*router.PathV2{(*router.PathV2)(0xc000476340), (*router.PathV2)(0xc000476410)}, []*router.PathV2{(*router.PathV2)(0xc0004764e0), (*router.PathV2)(0xc0004765b0)}, []*router.PathV2{(*router.PathV2)(0xc000476680), (*router.PathV2)(0xc000476750)}, []*router.PathV2{(*router.PathV2)(0xc000476820), (*router.PathV2)(0xc0004768f0)}, []*router.PathV2{(*router.PathV2)(0xc0004769c0), (*router.PathV2)(0xc000476a90)}, []*router.PathV2{(*router.PathV2)(0xc000476b60), (*router.PathV2)(0xc000476c30)}, []*router.PathV2{(*router.PathV2)(0xc000476d00), (*router.PathV2)(0xc000476dd0)}, []*router.PathV2{(*router.PathV2)(0xc000476ea0), (*router.PathV2)(0xc000476f70)}, []*router.PathV2{(*router.PathV2)(0xc000477040), (*router.PathV2)(0xc000477110)}, []*router.PathV2{(*router.PathV2)(0xc0004771e0), (*router.PathV2)(0xc0004772b0)}, []*router.PathV2{(*router.PathV2)(0xc000477380), (*router.PathV2)(0xc000477450)}, []*router.PathV2{(*router.PathV2)(0xc000477520), (*router.PathV2)(0xc0004775f0)}, []*router.PathV2{(*router.PathV2)(0xc0004776c0), (*router.PathV2)(0xc000477790)}, []*router.PathV2{(*router.PathV2)(0xc000477860), (*router.PathV2)(0xc000477930)}, []*router.PathV2{(*router.PathV2)(0xc000477a00), (*router.PathV2)(0xc000477ad0)}, []*router.PathV2{(*router.PathV2)(0xc000477ba0), (*router.PathV2)(0xc000477c70)}, []*router.PathV2{(*router.PathV2)(0xc000477d40), (*router.PathV2)(0xc000477e10)}, []*router.PathV2{(*router.PathV2)(0xc000477ee0), (*router.PathV2)(0xc00047a000)}, []*router.PathV2{(*router.PathV2)(0xc00047a0d0), (*router.PathV2)(0xc00047a1a0)}, []*router.PathV2{(*router.PathV2)(0xc00047a270), (*router.PathV2)(0xc00047a340)}, []*router.PathV2{(*router.PathV2)(0xc00047a410), (*router.PathV2)(0xc00047a4e0)}, []*router.PathV2{(*router.PathV2)(0xc00047a5b0), (*router.PathV2)(0xc00047a680)}, []*router.PathV2{(*router.PathV2)(0xc00047a750), (*router.PathV2)(0xc00047a820)}, []*router.PathV2{(*router.PathV2)(0xc00047a8f0), (*router.PathV2)(0xc00047a9c0)}, []*router.PathV2{(*router.PathV2)(0xc00047aa90), (*router.PathV2)(0xc00047ab60)}, []*router.PathV2{(*router.PathV2)(0xc00047ac30), (*router.PathV2)(0xc00047ad00)}, []*router.PathV2{(*router.PathV2)(0xc00047add0), (*router.PathV2)(0xc00047aea0)}, []*router.PathV2{(*router.PathV2)(0xc00047af70), (*router.PathV2)(0xc00047b040)}, []*router.PathV2{(*router.PathV2)(0xc00047b110), (*router.PathV2)(0xc00047b1e0)}, []*router.PathV2{(*router.PathV2)(0xc00047b2b0), (*router.PathV2)(0xc00047b380)}, []*router.PathV2{(*router.PathV2)(0xc00047b450), (*router.PathV2)(0xc00047b520)}, []*router.PathV2{(*router.PathV2)(0xc00047b5f0), (*router.PathV2)(0xc00047b6c0)}, []*router.PathV2{(*router.PathV2)(0xc00047b790), (*router.PathV2)(0xc00047b860)}, []*router.PathV2{(*router.PathV2)(0xc00047b930), (*router.PathV2)(0xc00047ba00)}, []*router.PathV2{(*router.PathV2)(0xc00047bad0), (*router.PathV2)(0xc00047bba0)}, []*router.PathV2{(*router.PathV2)(0xc00047bc70), (*router.PathV2)(0xc00047bd40)}, []*router.PathV2{(*router.PathV2)(0xc00047be10), (*router.PathV2)(0xc00047bee0)}, []*router.PathV2{(*router.PathV2)(0xc00047e000), (*router.PathV2)(0xc00047e0d0)}, []*router.PathV2{(*router.PathV2)(0xc00047e1a0), (*router.PathV2)(0xc00047e270)}, []*router.PathV2{(*router.PathV2)(0xc00047e340), (*router.PathV2)(0xc00047e410)}, []*router.PathV2{(*router.PathV2)(0xc00047e4e0), (*router.PathV2)(0xc00047e5b0)}, []*router.PathV2{(*router.PathV2)(0xc00047e680), (*router.PathV2)(0xc00047e750)}, []*router.PathV2{(*router.PathV2)(0xc00047e820), (*router.PathV2)(0xc00047e8f0)}, []*router.PathV2{(*router.PathV2)(0xc00047e9c0), (*router.PathV2)(0xc00047ea90)}, []*router.PathV2{(*router.PathV2)(0xc00047eb60), (*router.PathV2)(0xc00047ec30)}, []*router.PathV2{(*router.PathV2)(0xc00047ed00), (*router.PathV2)(0xc00047edd0)}, []*router.PathV2{(*router.PathV2)(0xc00047eea0), (*router.PathV2)(0xc00047ef70)}, []*router.PathV2{(*router.PathV2)(0xc00047f040), (*router.PathV2)(0xc00047f110)}, []*router.PathV2{(*router.PathV2)(0xc00047f1e0), (*router.PathV2)(0xc00047f2b0)}, []*router.PathV2{(*router.PathV2)(0xc00047f380), (*router.PathV2)(0xc00047f450)}, []*router.PathV2{(*router.PathV2)(0xc00047f520), (*router.PathV2)(0xc00047f5f0)}, []*router.PathV2{(*router.PathV2)(0xc00047f6c0), (*router.PathV2)(0xc00047f790)}, []*router.PathV2{(*router.PathV2)(0xc00047f860), (*router.PathV2)(0xc00047f930)}, []*router.PathV2{(*router.PathV2)(0xc00047fa00), (*router.PathV2)(0xc00047fad0)}, []*router.PathV2{(*router.PathV2)(0xc00047fba0), (*router.PathV2)(0xc00047fc70)}, []*router.PathV2{(*router.PathV2)(0xc00047fd40), (*router.PathV2)(0xc00047fe10)}, []*router.PathV2{(*router.PathV2)(0xc00047fee0), (*router.PathV2)(0xc0004bc000)}, []*router.PathV2{(*router.PathV2)(0xc0004bc0d0), (*router.PathV2)(0xc0004bc1a0)}, []*router.PathV2{(*router.PathV2)(0xc0004bc270), (*router.PathV2)(0xc0004bc340)}, []*router.PathV2{(*router.PathV2)(0xc0004bc410), (*router.PathV2)(0xc0004bc4e0)}, []*router.PathV2{(*router.PathV2)(0xc0004bc5b0), (*router.PathV2)(0xc0004bc680)}, []*router.PathV2{(*router.PathV2)(0xc0004bc750), (*router.PathV2)(0xc0004bc820)}, []*router.PathV2{(*router.PathV2)(0xc0004bc8f0), (*router.PathV2)(0xc0004bc9c0)}, []*router.PathV2{(*router.PathV2)(0xc0004bca90), (*router.PathV2)(0xc0004bcb60)}, []*router.PathV2{(*router.PathV2)(0xc0004bcc30), (*router.PathV2)(0xc0004bcd00)}, []*router.PathV2{(*router.PathV2)(0xc0004bcdd0), (*router.PathV2)(0xc0004bcea0)}, []*router.PathV2{(*router.PathV2)(0xc0004bcf70), (*router.PathV2)(0xc0004bd040)}, []*router.PathV2{(*router.PathV2)(0xc0004bd110), (*router.PathV2)(0xc0004bd1e0)}, []*router.PathV2{(*router.PathV2)(0xc0004bd2b0), (*router.PathV2)(0xc0004bd380)}, []*router.PathV2{(*router.PathV2)(0xc0004bd450), (*router.PathV2)(0xc0004bd520)}, []*router.PathV2{(*router.PathV2)(0xc0004bd5f0), (*router.PathV2)(0xc0004bd6c0)}, []*router.PathV2{(*router.PathV2)(0xc0004bd790), (*router.PathV2)(0xc0004bd860)}, []*router.PathV2{(*router.PathV2)(0xc0004bd930), (*router.PathV2)(0xc0004bda00)}, []*router.PathV2{(*router.PathV2)(0xc0004bdad0), (*router.PathV2)(0xc0004bdba0)}, []*router.PathV2{(*router.PathV2)(0xc0004bdc70), (*router.PathV2)(0xc0004bdd40)}, []*router.PathV2{(*router.PathV2)(0xc0004bde10), (*router.PathV2)(0xc0004bdee0)}, []*router.PathV2{(*router.PathV2)(0xc000510000), (*router.PathV2)(0xc0005100d0)}, []*router.PathV2{(*router.PathV2)(0xc0005101a0), (*router.PathV2)(0xc000510270)}, []*router.PathV2{(*router.PathV2)(0xc000510340), (*router.PathV2)(0xc000510410)}, []*router.PathV2{(*router.PathV2)(0xc0005104e0), (*router.PathV2)(0xc0005105b0)}, []*router.PathV2{(*router.PathV2)(0xc000510680), (*router.PathV2)(0xc000510750)}, []*router.PathV2{(*router.PathV2)(0xc000510820), (*router.PathV2)(0xc0005108f0)}, []*router.PathV2{(*router.PathV2)(0xc0005109c0), (*router.PathV2)(0xc000510a90)}, []*router.PathV2{(*router.PathV2)(0xc000510b60), (*router.PathV2)(0xc000510c30)}, []*router.PathV2{(*router.PathV2)(0xc000510d00), (*router.PathV2)(0xc000510dd0)}, []*router.PathV2{(*router.PathV2)(0xc000510ea0), (*router.PathV2)(0xc000510f70)}, []*router.PathV2{(*router.PathV2)(0xc000511040), (*router.PathV2)(0xc000511110)}, []*router.PathV2{(*router.PathV2)(0xc0005111e0), (*router.PathV2)(0xc0005112b0)}, []*router.PathV2{(*router.PathV2)(0xc000511380), (*router.PathV2)(0xc000511450)}, []*router.PathV2{(*router.PathV2)(0xc000511520), (*router.PathV<... truncated>
Diff:
--- Expected
+++ Actual
@@ -1,830 +1,2 @@
-([][]*router.PathV2) (len=1000) {
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1001,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- },
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 2,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1002,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- },
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 3,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1003,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- },
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 4,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1004,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- },
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 5,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1005,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- },
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 6,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1006,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- })
- },
- ([]*router.PathV2) (len=2) {
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 7,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),
- TxL1Fee: (*hexutil.Big)(),
- ApprovalRequired: (bool) false,
- ApprovalAmountRequired: (*hexutil.Big)(),
- ApprovalContractAddress: (*common.Address)(),
- ApprovalBaseFee: (*hexutil.Big)(),
- ApprovalPriorityFee: (*hexutil.Big)(),
- ApprovalGasAmount: (uint64) 0,
- ApprovalL1Fee: (*hexutil.Big)(),
- EstimatedTime: (router.TransactionEstimation) 0,
- requiredTokenBalance: (*big.Int)(),
- requiredNativeBalance: (*big.Int)()
- }),
- (*router.PathV2)({
- BridgeName: (string) "",
- From: (*params.Network)({
- ChainID: (uint64) 1007,
- ChainName: (string) "",
- RPCURL: (string) "",
- OriginalRPCURL: (string) "",
- FallbackURL: (string) "",
- OriginalFallbackURL: (string) "",
- BlockExplorerURL: (string) "",
- IconURL: (string) "",
- NativeCurrencyName: (string) "",
- NativeCurrencySymbol: (string) "",
- NativeCurrencyDecimals: (uint64) 0,
- IsTest: (bool) false,
- Layer: (uint64) 0,
- Enabled: (bool) false,
- ChainColor: (string) "",
- ShortName: (string) "",
- TokenOverrides: ([]params.TokenOverride) ,
- RelatedChainID: (uint64) 0
- }),
- To: (*params.Network)(),
- FromToken: (*token.Token)(),
- AmountIn: (*hexutil.Big)(),
- AmountInLocked: (bool) false,
- AmountOut: (*hexutil.Big)(),
- SuggestedPriorityFees: (*router.PriorityFees)(),
- TxBaseFee: (*hexutil.Big)(),
- TxPriorityFee: (*hexutil.Big)(),
- TxGasAmount: (uint64) 0,
- TxBonderFees: (*hexutil.Big)(),
- TxTokenFees: (*hexutil.Big)(),