Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Override values? #5

Open
garbb opened this issue Dec 31, 2022 · 1 comment
Open

Documentation for Override values? #5

garbb opened this issue Dec 31, 2022 · 1 comment

Comments

@garbb
Copy link

garbb commented Dec 31, 2022

Is there any explanation or documentation of what these values mean in terms of how windows will see the capability of an interface and what will be displayed in the interface status window?

Values for DefaultOverrideV4, DefaultOverrideV6, OverrideV4, OverrideV6:

  • 0: None
  • 1: Local
  • 2: Internet
  • 3: Max

I think that 0 will be displayed as "No network access" and 2 will be displayed as "Internet" but what about 1 and 3? Is there any documentation about these values from microsoft anywhere? I tried to search for it but I couldn't find anything.

@dantmnf
Copy link
Owner

dantmnf commented Dec 31, 2022

They are revealed from logging handler. "Local" means LAN but no Internet access. "Max" seems like a convention on enums to indicate the valid range of a value1, while the "max" element itself is not considered a valid status.

Footnotes

  1. https://stackoverflow.com/a/9162047

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants