azure-container-networking icon indicating copy to clipboard operation
azure-container-networking copied to clipboard

feat: Enable same VM same VNET packet tunneling to host for Transparent Vlan

Open QxBytes opened this issue 3 years ago • 0 comments

Reason for Change: Packets sent from a network container to another network container on the same VM and same VNET will now leave the VM, have NSG rules applied, and then return to the VM in the transparent vlan (formerly native) mode. Previously, they would be routed in the VNET namespace, never leaving the VM.

Issue Fixed: N/A

Requirements:

Notes: Disables rp filter to enable asymmetric routing.

QxBytes avatar Aug 12 '22 19:08 QxBytes