From 2a2f5d8f21518ad42dbe3297b9a32eb505090e0c Mon Sep 17 00:00:00 2001 From: pettershao-ragilenetworks <81281940+pettershao-ragilenetworks@users.noreply.github.com> Date: Wed, 20 Apr 2022 11:41:30 +0800 Subject: [PATCH 1/2] Update sdn-features-packet-transforms.md --- .../general/design/sdn-features-packet-transforms.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/general/design/sdn-features-packet-transforms.md b/documentation/general/design/sdn-features-packet-transforms.md index d2442318e..f1d1e0c31 100644 --- a/documentation/general/design/sdn-features-packet-transforms.md +++ b/documentation/general/design/sdn-features-packet-transforms.md @@ -194,12 +194,12 @@ Etc… | Source IP| Destination IP| Decision of ACL_LEVEL1| Decision of ACL_LEVEL2| Outcome |:----------|:----------|:----------|:----------|:---------- | 10.0.0.100| 10.0.0.200| Allow (Terminating = false)| Allow (Terminating = false)| Allow -| 100.0.0.100| 100.0.0.201| Block (Terminating = True)| Not evaluated or Ignored| Block -| 100.0.0.100| 100.0.0.202| Allow (Terminating = True)| Not evaluated or Ignored| Allow -| 100.0.0.100| 100.0.0.203| Allow (Terminating = false)| Block (Terminating = True)| Block -| 100.0.0.100| 8.8.8.8| Block (Terminating = True)| Not evaluated or Ignored| Block -| 100.0.0.100| 1.1.1.1| Block (Terminating = false)| Block (Terminating = false)| Block -| 100.0.0.100| 1.1.1.2| Block (Terminating = false)| Allow (Terminating = false)| Allow +| 10.0.0.100| 100.0.0.201| Block (Terminating = True)| Not evaluated or Ignored| Block +| 10.0.0.100| 100.0.0.202| Allow (Terminating = True)| Not evaluated or Ignored| Allow +| 10.0.0.100| 100.0.0.203| Allow (Terminating = false)| Block (Terminating = True)| Block +| 10.0.0.100| 8.8.8.8| Block (Terminating = True)| Not evaluated or Ignored| Block +| 10.0.0.100| 1.1.1.1| Block (Terminating = false)| Block (Terminating = false)| Block +| 10.0.0.100| 1.1.1.2| Block (Terminating = false)| Allow (Terminating = false)| Allow ## Routes and Route-Action From 1df35e6a8215bcdbeeaae4c6f0651769d0793fb5 Mon Sep 17 00:00:00 2001 From: pettershao-ragilenetworks <81281940+pettershao-ragilenetworks@users.noreply.github.com> Date: Wed, 20 Apr 2022 13:43:53 +0800 Subject: [PATCH 2/2] Update sdn-features-packet-transforms.md --- .../general/design/sdn-features-packet-transforms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/general/design/sdn-features-packet-transforms.md b/documentation/general/design/sdn-features-packet-transforms.md index f1d1e0c31..0fbb2a1f4 100644 --- a/documentation/general/design/sdn-features-packet-transforms.md +++ b/documentation/general/design/sdn-features-packet-transforms.md @@ -194,9 +194,9 @@ Etc… | Source IP| Destination IP| Decision of ACL_LEVEL1| Decision of ACL_LEVEL2| Outcome |:----------|:----------|:----------|:----------|:---------- | 10.0.0.100| 10.0.0.200| Allow (Terminating = false)| Allow (Terminating = false)| Allow -| 10.0.0.100| 100.0.0.201| Block (Terminating = True)| Not evaluated or Ignored| Block -| 10.0.0.100| 100.0.0.202| Allow (Terminating = True)| Not evaluated or Ignored| Allow -| 10.0.0.100| 100.0.0.203| Allow (Terminating = false)| Block (Terminating = True)| Block +| 10.0.0.100| 10.0.0.201| Block (Terminating = True)| Not evaluated or Ignored| Block +| 10.0.0.100| 10.0.0.202| Allow (Terminating = True)| Not evaluated or Ignored| Allow +| 10.0.0.100| 10.0.0.203| Allow (Terminating = false)| Block (Terminating = True)| Block | 10.0.0.100| 8.8.8.8| Block (Terminating = True)| Not evaluated or Ignored| Block | 10.0.0.100| 1.1.1.1| Block (Terminating = false)| Block (Terminating = false)| Block | 10.0.0.100| 1.1.1.2| Block (Terminating = false)| Allow (Terminating = false)| Allow