INetFwRule::put_EdgeTraversal method (netfw.h)

Indicates whether edge traversal is enabled or disabled for this rule.

This property is read/write.

Syntax

HRESULT put_EdgeTraversal(
  VARIANT_BOOL enabled
);

Parameters

enabled

Return value

None

Remarks

The EdgeTraversal property indicates that specific inbound traffic is allowed to tunnel through NATs and other edge devices using the Teredo tunneling technology. In order for this setting to work correctly, the application or service with the inbound firewall rule needs to support IPv6. The primary application of this setting allows listeners on the host to be globally addressable through a Teredo IPv6 address.

New rules have the EdgeTraversal property disabled by default.

Also see the restrictions on changing properties described in the Remarks section of the INetFwRule interface page.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwRule