Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r/aws_route: 'destination_prefix_list_id' attribute can be specified for managed prefix list destinations #17291

Commits on Mar 29, 2021

  1. r/aws_route: 'destination_prefix_list_id' attribute can be specified …

    …for managed prefix list destinations.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSRoute_basic'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute_basic -timeout 120m
    === RUN   TestAccAWSRoute_basic
    === PAUSE TestAccAWSRoute_basic
    === CONT  TestAccAWSRoute_basic
    --- PASS: TestAccAWSRoute_basic (35.53s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	35.619s
    ewbankkit authored and YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7fafa81 View commit details
    Browse the repository at this point in the history
  2. r/aws_route: Add 'TestAccAWSRoute_PrefixList_To_InternetGateway'.

    Acceptance test output:
    
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSRoute_PrefixList_To_InternetGateway'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSRoute_PrefixList_To_InternetGateway -timeout 120m
    === RUN   TestAccAWSRoute_PrefixList_To_InternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_InternetGateway
    === CONT  TestAccAWSRoute_PrefixList_To_InternetGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_InternetGateway (36.06s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	36.149s
    ewbankkit authored and YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4529240 View commit details
    Browse the repository at this point in the history
  3. r/aws_route: Add prefix list destination tests.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRoute_PrefixList_To_' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRoute_PrefixList_To_ -timeout 120m
    === RUN   TestAccAWSRoute_PrefixList_To_InternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_InternetGateway
    === RUN   TestAccAWSRoute_PrefixList_To_VpnGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_VpnGateway
    === RUN   TestAccAWSRoute_PrefixList_To_Instance
    === PAUSE TestAccAWSRoute_PrefixList_To_Instance
    === RUN   TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    === PAUSE TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    === RUN   TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    === PAUSE TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    === RUN   TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    === PAUSE TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    === RUN   TestAccAWSRoute_PrefixList_To_NatGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_NatGateway
    === RUN   TestAccAWSRoute_PrefixList_To_TransitGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_TransitGateway
    === RUN   TestAccAWSRoute_PrefixList_To_LocalGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_LocalGateway
    === RUN   TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    === CONT  TestAccAWSRoute_PrefixList_To_InternetGateway
    === CONT  TestAccAWSRoute_PrefixList_To_NatGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_InternetGateway (35.99s)
    === CONT  TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway (32.09s)
    === CONT  TestAccAWSRoute_PrefixList_To_LocalGateway
        data_source_aws_outposts_outposts_test.go:66: skipping since no Outposts found
    --- SKIP: TestAccAWSRoute_PrefixList_To_LocalGateway (1.13s)
    === CONT  TestAccAWSRoute_PrefixList_To_TransitGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_NatGateway (200.00s)
    === CONT  TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    --- PASS: TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached (65.18s)
    === CONT  TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    --- PASS: TestAccAWSRoute_PrefixList_To_VpcPeeringConnection (33.28s)
    === CONT  TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    --- PASS: TestAccAWSRoute_PrefixList_To_TransitGateway (368.99s)
    === CONT  TestAccAWSRoute_PrefixList_To_Instance
    --- PASS: TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached (350.96s)
    === CONT  TestAccAWSRoute_PrefixList_To_VpnGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_VpnGateway (47.82s)
    --- PASS: TestAccAWSRoute_PrefixList_To_Instance (327.05s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	765.354s
    ewbankkit authored and YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    9bc9f57 View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entry.

    ewbankkit authored and YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    204962d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86fab31 View commit details
    Browse the repository at this point in the history
  6. r/aws_route: Add acceptance test pre-checks.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRoute_PrefixList_' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRoute_PrefixList_ -timeout 120m
    === RUN   TestAccAWSRoute_PrefixList_To_InternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_InternetGateway
    === RUN   TestAccAWSRoute_PrefixList_To_VpnGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_VpnGateway
    === RUN   TestAccAWSRoute_PrefixList_To_Instance
    === PAUSE TestAccAWSRoute_PrefixList_To_Instance
    === RUN   TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    === PAUSE TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    === RUN   TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    === PAUSE TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    === RUN   TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    === PAUSE TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    === RUN   TestAccAWSRoute_PrefixList_To_NatGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_NatGateway
    === RUN   TestAccAWSRoute_PrefixList_To_TransitGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_TransitGateway
    === RUN   TestAccAWSRoute_PrefixList_To_CarrierGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_CarrierGateway
    === RUN   TestAccAWSRoute_PrefixList_To_LocalGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_LocalGateway
    === RUN   TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    === CONT  TestAccAWSRoute_PrefixList_To_InternetGateway
    === CONT  TestAccAWSRoute_PrefixList_To_NatGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_InternetGateway (36.30s)
    === CONT  TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway (32.35s)
    === CONT  TestAccAWSRoute_PrefixList_To_LocalGateway
        data_source_aws_outposts_outposts_test.go:66: skipping since no Outposts found
    --- SKIP: TestAccAWSRoute_PrefixList_To_LocalGateway (1.19s)
    === CONT  TestAccAWSRoute_PrefixList_To_CarrierGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_CarrierGateway (32.74s)
    === CONT  TestAccAWSRoute_PrefixList_To_TransitGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_NatGateway (179.80s)
    === CONT  TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    --- PASS: TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached (66.06s)
    === CONT  TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    --- PASS: TestAccAWSRoute_PrefixList_To_VpcPeeringConnection (33.19s)
    === CONT  TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    --- PASS: TestAccAWSRoute_PrefixList_To_TransitGateway (368.36s)
    === CONT  TestAccAWSRoute_PrefixList_To_Instance
    --- PASS: TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached (351.56s)
    === CONT  TestAccAWSRoute_PrefixList_To_VpnGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_VpnGateway (50.39s)
    --- PASS: TestAccAWSRoute_PrefixList_To_Instance (328.36s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	799.400s
    ewbankkit authored and YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7947cbc View commit details
    Browse the repository at this point in the history
  7. r/aws_route: Add 'ErrorCheck' to new acceptance tests.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRoute_' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRoute_ -timeout 180m
    === RUN   TestAccAWSRoute_basic
    === PAUSE TestAccAWSRoute_basic
    === RUN   TestAccAWSRoute_disappears
    === PAUSE TestAccAWSRoute_disappears
    === RUN   TestAccAWSRoute_disappears_RouteTable
    === PAUSE TestAccAWSRoute_disappears_RouteTable
    === RUN   TestAccAWSRoute_IPv6_To_EgressOnlyInternetGateway
    === PAUSE TestAccAWSRoute_IPv6_To_EgressOnlyInternetGateway
    === RUN   TestAccAWSRoute_IPv6_To_InternetGateway
    === PAUSE TestAccAWSRoute_IPv6_To_InternetGateway
    === RUN   TestAccAWSRoute_IPv6_To_Instance
    === PAUSE TestAccAWSRoute_IPv6_To_Instance
    === RUN   TestAccAWSRoute_IPv6_To_NetworkInterface_Unattached
    === PAUSE TestAccAWSRoute_IPv6_To_NetworkInterface_Unattached
    === RUN   TestAccAWSRoute_IPv6_To_VpcPeeringConnection
    === PAUSE TestAccAWSRoute_IPv6_To_VpcPeeringConnection
    === RUN   TestAccAWSRoute_IPv6_To_VpnGateway
    === PAUSE TestAccAWSRoute_IPv6_To_VpnGateway
    === RUN   TestAccAWSRoute_IPv4_To_VpnGateway
    === PAUSE TestAccAWSRoute_IPv4_To_VpnGateway
    === RUN   TestAccAWSRoute_IPv4_To_Instance
    === PAUSE TestAccAWSRoute_IPv4_To_Instance
    === RUN   TestAccAWSRoute_IPv4_To_NetworkInterface_Unattached
    === PAUSE TestAccAWSRoute_IPv4_To_NetworkInterface_Unattached
    === RUN   TestAccAWSRoute_IPv4_To_NetworkInterface_Attached
    === PAUSE TestAccAWSRoute_IPv4_To_NetworkInterface_Attached
    === RUN   TestAccAWSRoute_IPv4_To_NetworkInterface_TwoAttachments
    === PAUSE TestAccAWSRoute_IPv4_To_NetworkInterface_TwoAttachments
    === RUN   TestAccAWSRoute_IPv4_To_VpcPeeringConnection
    === PAUSE TestAccAWSRoute_IPv4_To_VpcPeeringConnection
    === RUN   TestAccAWSRoute_IPv4_To_NatGateway
    === PAUSE TestAccAWSRoute_IPv4_To_NatGateway
    === RUN   TestAccAWSRoute_DoesNotCrashWithVpcEndpoint
    === PAUSE TestAccAWSRoute_DoesNotCrashWithVpcEndpoint
    === RUN   TestAccAWSRoute_IPv4_To_TransitGateway
    === PAUSE TestAccAWSRoute_IPv4_To_TransitGateway
    === RUN   TestAccAWSRoute_IPv6_To_TransitGateway
    === PAUSE TestAccAWSRoute_IPv6_To_TransitGateway
    === RUN   TestAccAWSRoute_IPv4_To_CarrierGateway
    === PAUSE TestAccAWSRoute_IPv4_To_CarrierGateway
    === RUN   TestAccAWSRoute_IPv4_To_LocalGateway
    === PAUSE TestAccAWSRoute_IPv4_To_LocalGateway
    === RUN   TestAccAWSRoute_IPv6_To_LocalGateway
    === PAUSE TestAccAWSRoute_IPv6_To_LocalGateway
    === RUN   TestAccAWSRoute_ConditionalCidrBlock
    === PAUSE TestAccAWSRoute_ConditionalCidrBlock
    === RUN   TestAccAWSRoute_IPv4_Update_Target
    === PAUSE TestAccAWSRoute_IPv4_Update_Target
    === RUN   TestAccAWSRoute_IPv6_Update_Target
    === PAUSE TestAccAWSRoute_IPv6_Update_Target
    === RUN   TestAccAWSRoute_IPv4_To_VpcEndpoint
    === PAUSE TestAccAWSRoute_IPv4_To_VpcEndpoint
    === RUN   TestAccAWSRoute_LocalRoute
    === PAUSE TestAccAWSRoute_LocalRoute
    === RUN   TestAccAWSRoute_PrefixList_To_InternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_InternetGateway
    === RUN   TestAccAWSRoute_PrefixList_To_VpnGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_VpnGateway
    === RUN   TestAccAWSRoute_PrefixList_To_Instance
    === PAUSE TestAccAWSRoute_PrefixList_To_Instance
    === RUN   TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    === PAUSE TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    === RUN   TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    === PAUSE TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    === RUN   TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    === PAUSE TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    === RUN   TestAccAWSRoute_PrefixList_To_NatGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_NatGateway
    === RUN   TestAccAWSRoute_PrefixList_To_TransitGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_TransitGateway
    === RUN   TestAccAWSRoute_PrefixList_To_CarrierGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_CarrierGateway
    === RUN   TestAccAWSRoute_PrefixList_To_LocalGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_LocalGateway
    === RUN   TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    === PAUSE TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    === CONT  TestAccAWSRoute_basic
    === CONT  TestAccAWSRoute_disappears_RouteTable
    --- PASS: TestAccAWSRoute_disappears_RouteTable (34.77s)
    === CONT  TestAccAWSRoute_IPv4_To_LocalGateway
        data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found
    --- SKIP: TestAccAWSRoute_IPv4_To_LocalGateway (0.57s)
    === CONT  TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway
    --- PASS: TestAccAWSRoute_basic (36.83s)
    === CONT  TestAccAWSRoute_PrefixList_To_LocalGateway
        data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found
    --- SKIP: TestAccAWSRoute_PrefixList_To_LocalGateway (0.98s)
    === CONT  TestAccAWSRoute_PrefixList_To_CarrierGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_EgressOnlyInternetGateway (33.33s)
    === CONT  TestAccAWSRoute_PrefixList_To_TransitGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_CarrierGateway (33.36s)
    === CONT  TestAccAWSRoute_PrefixList_To_NatGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_NatGateway (209.25s)
    === CONT  TestAccAWSRoute_PrefixList_To_VpcPeeringConnection
    --- PASS: TestAccAWSRoute_PrefixList_To_VpcPeeringConnection (33.13s)
    === CONT  TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached
    --- PASS: TestAccAWSRoute_PrefixList_To_TransitGateway (400.32s)
    === CONT  TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached
    --- PASS: TestAccAWSRoute_PrefixList_To_NetworkInterface_Unattached (65.97s)
    === CONT  TestAccAWSRoute_PrefixList_To_Instance
    --- PASS: TestAccAWSRoute_PrefixList_To_NetworkInterface_Attached (349.30s)
    === CONT  TestAccAWSRoute_PrefixList_To_VpnGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_VpnGateway (59.18s)
    === CONT  TestAccAWSRoute_PrefixList_To_InternetGateway
    --- PASS: TestAccAWSRoute_PrefixList_To_InternetGateway (35.44s)
    === CONT  TestAccAWSRoute_LocalRoute
    --- PASS: TestAccAWSRoute_LocalRoute (22.13s)
    === CONT  TestAccAWSRoute_IPv4_To_VpcEndpoint
    --- PASS: TestAccAWSRoute_PrefixList_To_Instance (328.02s)
    === CONT  TestAccAWSRoute_IPv6_Update_Target
    --- PASS: TestAccAWSRoute_IPv6_Update_Target (221.14s)
    === CONT  TestAccAWSRoute_IPv4_Update_Target
    --- PASS: TestAccAWSRoute_IPv4_To_VpcEndpoint (387.03s)
    === CONT  TestAccAWSRoute_ConditionalCidrBlock
    --- PASS: TestAccAWSRoute_ConditionalCidrBlock (54.14s)
    === CONT  TestAccAWSRoute_IPv6_To_LocalGateway
        data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found
    --- SKIP: TestAccAWSRoute_IPv6_To_LocalGateway (0.57s)
    === CONT  TestAccAWSRoute_IPv4_To_NetworkInterface_Unattached
    --- PASS: TestAccAWSRoute_IPv4_To_NetworkInterface_Unattached (58.78s)
    === CONT  TestAccAWSRoute_IPv4_To_CarrierGateway
    --- PASS: TestAccAWSRoute_IPv4_To_CarrierGateway (25.43s)
    === CONT  TestAccAWSRoute_IPv6_To_TransitGateway
    === CONT  TestAccAWSRoute_IPv4_To_TransitGateway
    --- PASS: TestAccAWSRoute_IPv6_To_TransitGateway (401.51s)
    --- PASS: TestAccAWSRoute_IPv4_Update_Target (700.08s)
    === CONT  TestAccAWSRoute_DoesNotCrashWithVpcEndpoint
    --- PASS: TestAccAWSRoute_DoesNotCrashWithVpcEndpoint (47.75s)
    === CONT  TestAccAWSRoute_IPv4_To_NatGateway
    --- PASS: TestAccAWSRoute_IPv4_To_NatGateway (198.43s)
    === CONT  TestAccAWSRoute_IPv4_To_VpcPeeringConnection
    --- PASS: TestAccAWSRoute_IPv4_To_VpcPeeringConnection (25.76s)
    === CONT  TestAccAWSRoute_IPv4_To_NetworkInterface_TwoAttachments
    --- PASS: TestAccAWSRoute_IPv4_To_TransitGateway (380.22s)
    === CONT  TestAccAWSRoute_IPv4_To_NetworkInterface_Attached
    --- PASS: TestAccAWSRoute_IPv4_To_NetworkInterface_TwoAttachments (176.28s)
    === CONT  TestAccAWSRoute_IPv6_To_NetworkInterface_Unattached
    --- PASS: TestAccAWSRoute_IPv6_To_NetworkInterface_Unattached (60.62s)
    === CONT  TestAccAWSRoute_IPv4_To_Instance
    --- PASS: TestAccAWSRoute_IPv4_To_NetworkInterface_Attached (381.16s)
    === CONT  TestAccAWSRoute_IPv4_To_VpnGateway
    --- PASS: TestAccAWSRoute_IPv4_To_VpnGateway (60.70s)
    === CONT  TestAccAWSRoute_IPv6_To_VpnGateway
    --- PASS: TestAccAWSRoute_IPv6_To_VpnGateway (50.13s)
    === CONT  TestAccAWSRoute_IPv6_To_VpcPeeringConnection
    --- PASS: TestAccAWSRoute_IPv6_To_VpcPeeringConnection (26.15s)
    === CONT  TestAccAWSRoute_IPv6_To_InternetGateway
    --- PASS: TestAccAWSRoute_IPv4_To_Instance (326.49s)
    === CONT  TestAccAWSRoute_IPv6_To_Instance
    --- PASS: TestAccAWSRoute_IPv6_To_InternetGateway (35.98s)
    === CONT  TestAccAWSRoute_IPv6_To_EgressOnlyInternetGateway
    --- PASS: TestAccAWSRoute_IPv6_To_EgressOnlyInternetGateway (39.12s)
    === CONT  TestAccAWSRoute_disappears
    --- PASS: TestAccAWSRoute_disappears (32.59s)
    --- PASS: TestAccAWSRoute_IPv6_To_Instance (308.78s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	2928.423s
    ewbankkit authored and YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5caf2e9 View commit details
    Browse the repository at this point in the history
  8. r/route: Minor cleaning

    YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c7cb207 View commit details
    Browse the repository at this point in the history
  9. docs/r/route: Minor cleanup

    YakDriver committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8f4e1be View commit details
    Browse the repository at this point in the history