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

Internal port mac addresses can change when rebooting #88

Closed
aserdean opened this issue Feb 25, 2017 · 3 comments
Closed

Internal port mac addresses can change when rebooting #88

aserdean opened this issue Feb 25, 2017 · 3 comments

Comments

@aserdean
Copy link
Member

The internal port used for management should add also the MAC address in the interface scripts:
https://github.com/openvswitch/ovn-kubernetes/blob/ae4ecfb2d323fc3eb2e0b5f0611d19dbbe2630c0/bin/ovn-k8s-overlay#L116-L123

The issue is during reboot the interface MAC address will change and OVN will not pick it up.

CC: @pires

@shettyg
Copy link
Collaborator

shettyg commented Feb 27, 2017

That was subtle. I will provide a fix.

@pires
Copy link
Contributor

pires commented Feb 27, 2017

Let us know when you open the PR @shettyg! Thanks a ton.

@shettyg
Copy link
Collaborator

shettyg commented Feb 28, 2017

I have a pull request ready for this fix.

shettyg added a commit that referenced this issue Feb 28, 2017
When a system reboots, OVS internal device gets re-created. When
this happens, the MAC address needs to remain the same.

Fixes: #88

Signed-off-by: Gurucharan Shetty <guru@ovn.org>
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

3 participants