We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Netbox has the ability to flag an IP as Primary address for a Device
Primary address
Device
Since it's tied to the user workflow, I'd say we could enable this guess with a config argument and use the following workflow
Primary adresss
The text was updated successfully, but these errors were encountered:
interface = netifaces.gateways()['default'][netifaces.AF_INET][1]
will tell you which interface has the default route.
Sorry, something went wrong.
Doesn't seem to handle every case:
>>> import netifaces >>> netifaces.gateways() {'default': {}}
In my case IP are announced via exabgp
No branches or pull requests
Netbox has the ability to flag an IP as
Primary address
for aDevice
Since it's tied to the user workflow, I'd say we could enable this guess with a config argument and use the following workflow
Primary adresss
The text was updated successfully, but these errors were encountered: