Edited description of topo used in multicast exercise (#293)
This commit is contained in:
parent
d1705a797c
commit
aaf14bdc40
@ -17,13 +17,15 @@ static rules. Each rule will map an Ethernet MAC address to the output port. We
|
|||||||
have already defined the control plane rules, so you only need to implement the
|
have already defined the control plane rules, so you only need to implement the
|
||||||
data plane logic of your P4 program.
|
data plane logic of your P4 program.
|
||||||
|
|
||||||
We will use the linear topology for this exercise. It is a single switch that
|
We will use the star topology for this exercise. It is a single switch that
|
||||||
connects four hosts as follow:
|
connects four hosts as follow:
|
||||||
|
|
||||||
h1 h2
|
h1 h2
|
||||||
| |
|
\ /
|
||||||
---------------------------- s1
|
\ /
|
||||||
| |
|
s1
|
||||||
|
/ \
|
||||||
|
/ \
|
||||||
h3 h4
|
h3 h4
|
||||||
|
|
||||||
Our P4 program will be written for the V1Model architecture implemented on
|
Our P4 program will be written for the V1Model architecture implemented on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user