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

Default interface mismatch with internal default. #1

Open
DavidBKelley opened this issue Mar 7, 2017 · 0 comments
Open

Default interface mismatch with internal default. #1

DavidBKelley opened this issue Mar 7, 2017 · 0 comments

Comments

@DavidBKelley
Copy link

DavidBKelley commented Mar 7, 2017

The "interface" property defaults to "eth1" but the curr_attach.eth_dev defaults to "eth0" in
__constructor__(). This causes the component to actually default to using "eth0" contrary to the "interface" property default. Additionally attempts to set the interface to "eth1" fail because the code does not recognize that a change is being made. A work around is to first set the interface to "lo" and then set it to "eth1".

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

1 participant