-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added an optimization to grouping in which self loops are treated as don't cares
- Loading branch information
1 parent
27c4955
commit 4af4337
Showing
5 changed files
with
555 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
pkg/ibmvpc/examples/sg_testing1_new_groupingsubnetsBased_withPGW.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
combined connections between subnets: | ||
subnet1-ky => Public Internet (all ranges) : All Connections | ||
subnet1-ky => subnet2-ky,subnet3-ky : All Connections | ||
subnet2-ky => subnet1-ky,subnet3-ky : All Connections | ||
subnet3-ky => subnet1-ky,subnet2-ky : All Connections | ||
subnet1-ky,subnet2-ky,subnet3-ky => subnet1-ky,subnet2-ky,subnet3-ky : All Connections | ||
|
||
connections are stateful unless marked with * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.