-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change L2 forwarding flows for traffic to gateway and tunnel
Let the packets to the tunnel port go through L2ForwardingCalcTable as well, to be consistent with other types of traffic. Redirect packets to gateway and tunnel, as well as BUM packets to conntrackCommitTable and bypass ingress NetworkPolicy enforcement. Let l3DecTTLTable decrement TTL for packets from tunnel to local Pods.
- Loading branch information
Showing
3 changed files
with
68 additions
and
56 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
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
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