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
A pgws/fips are network interface dependent, and are oblivious to the exact cidr of an external address.
Certain functionality, as AllowedConnectivity(src, dst Node) *common.ConnectionSet of RoutingResource requires two Nodes, which specifies specific cidr.
The relevant functionality needs to be enhanced to be oblivious to the exact cidr and be dependent only in the specific network interface and the same for all external addresses.
A
pgws/fips
are network interface dependent, and are oblivious to the exactcidr
of an external address.Certain functionality, as
AllowedConnectivity(src, dst Node) *common.ConnectionSet
ofRoutingResource
requires two Nodes, which specifies specific cidr.The relevant functionality needs to be enhanced to be oblivious to the exact cidr and be dependent only in the specific network interface and the same for all external addresses.
(see #320 (comment))
The text was updated successfully, but these errors were encountered: