Fix links in markdown files
This commit is contained in:
@@ -8,7 +8,7 @@ pipeline. For more information, please refer to the P4 specification.
|
||||
|
||||
The P4 program only consists of an ingress pipeline, with 2 tables:
|
||||
`t_ingress_1` and `t_ingress_2`. When a packet enters the pipeline, the
|
||||
following happens (based on the P4 program and the [commands.txt] (commands.txt)
|
||||
following happens (based on the P4 program and the [commands.txt](commands.txt)
|
||||
files):
|
||||
- the packet hits `table_ingress_1` and the egress port is set to 2.
|
||||
- the packet hits `table_ingress_2`, `mymeta.f1` is set to 1 and the
|
||||
@@ -22,7 +22,7 @@ files):
|
||||
We provide a small demo to let you test the program. It consists of the
|
||||
following scripts, which you need to run one after the other, in 2 separate
|
||||
terminals:
|
||||
- [run_switch.sh] (run_switch.sh): compile the P4 program and starts the switch,
|
||||
also configures the data plane by running the CLI [commands] (commands.txt).
|
||||
- [send_and_receive.py] (send_and_receive.py): send a packet on port 0 (veth1),
|
||||
- [run_switch.sh](run_switch.sh): compile the P4 program and starts the switch,
|
||||
also configures the data plane by running the CLI [commands](commands.txt).
|
||||
- [send_and_receive.py](send_and_receive.py): send a packet on port 0 (veth1),
|
||||
wait for the forwarded packet on port 3 (veth7).
|
||||
|
||||
Reference in New Issue
Block a user