Skip to content

Commit 97c96c2

Browse files
committed
e2e: set delay override on one link
1 parent f031a11 commit 97c96c2

11 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
2222
- Add ability to configure excluded routes
2323
- Device controller
2424
- Remove the deprecated -enable-interfaces-and-peers flag
25+
- Use link.delay_override to set isis metric when in valid range. This provides a simple workflow for contributors to temporarily change a link's delay value without overwriting the existing value.
2526
- Onchain programs
2627
- serviceability: add delay_override_ns field to link
2728

e2e/fixtures/ibrl/doublezero_agent_config_peer_removed.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/ibrl/doublezero_agent_config_user_added.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/ibrl/doublezero_agent_config_user_removed.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/ibrl_with_allocated_addr/doublezero_agent_config_user_added.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/ibrl_with_allocated_addr/doublezero_agent_config_user_removed.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/multicast_publisher/doublezero_agent_config_user_added.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/multicast_publisher/doublezero_agent_config_user_removed.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/multicast_subscriber/doublezero_agent_config_user_added.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

e2e/fixtures/multicast_subscriber/doublezero_agent_config_user_removed.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface Ethernet4
7777
isis enable 1
7878
isis circuit-type level-2
7979
isis hello-interval 1
80-
isis metric 30000
80+
isis metric 500000
8181
isis hello padding
8282
isis network point-to-point
8383
!

0 commit comments

Comments
 (0)