Open vMarkusK opened 6 years ago
Agree with language choice being suboptimal, but its a breaking change to remove the existing switch. We could add a new one though its low priority. Semantics aside, remember a switch is negatable. You can disable ICMP redirects with -EnableSendICMPRedirects:$false, so functionally you are covered.
ICMP-Redirects are enabled by default within this Function. So the switch should be DisableSendICMPRedirects .