Skip to content

Commit e0dae13

Browse files
authored
Revert "Updated HDR IPv4 destination IP in s1-runtime.json of load_balance exercise (#586)" (#612)
This reverts commit f98e3ac.
1 parent 7cb95e5 commit e0dae13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/load_balance/s1-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"table": "MyIngress.ecmp_group",
1414
"match": {
15-
"hdr.ipv4.dstAddr": ["10.0.1.1", 32]
15+
"hdr.ipv4.dstAddr": ["10.0.0.1", 32]
1616
},
1717
"action_name": "MyIngress.set_ecmp_select",
1818
"action_params": {

0 commit comments

Comments
 (0)