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

Interfaces with "." in the name don't work (e.g. VLAN interfaces) #10

Open
bellhyve opened this issue Aug 7, 2024 · 4 comments
Open

Comments

@bellhyve
Copy link
Owner

bellhyve commented Aug 7, 2024

Netgraph wants "interface_name" rather than "interface.name" as seen by ifconfig.

This is easily fixable, but it also occurs to me that there might be a tricky startup race condition with VLANs because we need to wait until they're cloned before we can bind to them.

@antranigv
Copy link

I just hit this. Any thoughts on how fix it? I guess I can rename the vlan interface name.

@antranigv
Copy link

I renamed my em0.69 to guest then I used ngbuddy_public_if=guest and it all worked fine :)

@bellhyve
Copy link
Owner Author

bellhyve commented Aug 31, 2024 via email

@antranigv
Copy link

antranigv commented Aug 31, 2024 via email

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