You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The process begins by examining the rule collection group (RCG) with the lowest number, which is BaseRCG1 with a priority of 200. Within this group, it searches for DNAT rule collections and evaluates them according to their priorities. In this case, DNATRC1 (priority 600) and DNATRC3 (priority 610) are found and processed accordingly.\
72
-
Next, it moves to the next RCG, BaseRCG2 (priority 200), but finds no DNAT rule collection.\
72
+
Next, it moves to the next RCG, BaseRCG2 (priority 300), but finds no DNAT rule collection.\
73
73
Following that, it proceeds to ChildRCG1 (priority 300), also without a DNAT rule collection.\
74
74
Finally, it checks ChildRCG2 (priority 650) and finds the ChDNATRC3 rule collection (priority 3000).
75
75
76
-
Iteration Within Rule Collection Groups:
76
+
Iteration for NETWORK Rules:
77
77
78
78
Returning to BaseRCG1, the iteration continues, this time for NETWORK rules. Only NetworkRC1 (priority 800) is found.\
79
79
Then, it moves to BaseRCG2, where NetworkRC2 (priority 1300) is located.\
0 commit comments