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
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
I'm not sure what the differences between InternetGatewayDevice:1 and InternetGatewayDevice:2 are, but I've found this:
IGDv2 is backwards compatible with IGDv1, meaning a device which advertises support for InternetGatewayDevice:2 implicitly also supports InternetGatewayDevice:1
If that's the case, implementing it is just a matter of executing two searches in search_gateway_from_timeout (with v1 and v2) instead of just one (with v1).
The text was updated successfully, but these errors were encountered:
I'm not sure what the differences between InternetGatewayDevice:1 and InternetGatewayDevice:2 are, but I've found this:
If that's the case, implementing it is just a matter of executing two searches in
search_gateway_from_timeout
(with v1 and v2) instead of just one (with v1).The text was updated successfully, but these errors were encountered: