Skip to content

Commit d5870d7

Browse files
authored
Fix nhop_dmac in load-balance/s1-runtime.json (#619)
* Fix nhop_dmac in s1-runtime.json * Update all MAC addresses in match-action tables
1 parent 5cc9026 commit d5870d7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

exercises/load_balance/s1-runtime.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"action_name": "MyIngress.set_nhop",
3232
"action_params": {
33-
"nhop_dmac": "00:00:00:00:01:02",
33+
"nhop_dmac": "08:00:00:00:02:02",
3434
"nhop_ipv4": "10.0.2.2",
3535
"port": 2
3636
}
@@ -42,7 +42,7 @@
4242
},
4343
"action_name": "MyIngress.set_nhop",
4444
"action_params": {
45-
"nhop_dmac": "00:00:00:00:01:03",
45+
"nhop_dmac": "08:00:00:00:03:03",
4646
"nhop_ipv4": "10.0.3.3",
4747
"port": 3
4848
}
@@ -54,7 +54,7 @@
5454
},
5555
"action_name": "MyEgress.rewrite_mac",
5656
"action_params": {
57-
"smac": "00:00:00:01:02:00"
57+
"smac": "08:00:00:00:01:00"
5858
}
5959
},
6060
{
@@ -64,7 +64,7 @@
6464
},
6565
"action_name": "MyEgress.rewrite_mac",
6666
"action_params": {
67-
"smac": "00:00:00:01:03:00"
67+
"smac": "08:00:00:00:01:00"
6868
}
6969
}
7070
]

exercises/load_balance/s2-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"action_name": "MyEgress.rewrite_mac",
4444
"action_params": {
45-
"smac": "00:00:00:02:01:00"
45+
"smac": "08:00:00:00:02:00"
4646
}
4747
}
4848
]

exercises/load_balance/s3-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"action_name": "MyEgress.rewrite_mac",
4444
"action_params": {
45-
"smac": "00:00:00:03:01:00"
45+
"smac": "08:00:00:00:03:00"
4646
}
4747
}
4848
]

0 commit comments

Comments
 (0)