Skip to content

Commit

Permalink
Fix outdated link in ovs-pipeline doc (#5347)
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Atish <atish.iaf@gmail.com>
  • Loading branch information
Atish-iaf committed Aug 2, 2023
1 parent 5255b20 commit a1f3c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/ovs-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Flow 7 is used to match non-Service packet.
### AntreaPolicyEgressRuleTable (45)

For this table, you will need to keep in mind the ACNP
[specification](#antrea-networkpolicy-crd-implementation)
[specification](#antrea-native-policies-implementation)
that we are using.

This table is used to implement the egress rules across all Antrea-native policies,
Expand Down Expand Up @@ -938,7 +938,7 @@ All other Tiers -> AntreaPolicyIngressRuleTable(85)
```

Again for this table, you will need to keep in mind the ACNP
[specification](#antrea-networkpolicy-crd-implementation) that we are using.
[specification](#antrea-native-policies-implementation) that we are using.
Since the example ACNP resides in the Application tier, if you dump the flows
for table 85, you should see something like this:

Expand Down

0 comments on commit a1f3c48

Please sign in to comment.