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

Add VXLAN support #64

Merged
merged 3 commits into from Oct 27, 2020
Merged

Add VXLAN support #64

merged 3 commits into from Oct 27, 2020

Conversation

Cynerva
Copy link
Contributor

@Cynerva Cynerva commented Oct 20, 2020

Copy link
Contributor

@joedborg joedborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

@johnsca johnsca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but would like one small improvement to config description to address possible user confusion from the original implementation.

reactive/calico.py Show resolved Hide resolved
Comment on lines +686 to +687
cmd = ['ethtool', '-K', 'vxlan.calico', 'tx-checksum-ip-generic',
'off']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any cost to doing this every hook, or should we try to be smarter and limit it to only install and machine restart?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a time cost, of course, but not a huge one. Ideally we would do something smarter here, but I'm hopeful that this will only be a temporary workaround - one that we can remove after we upgrade to Calico 3.16.x.

@Cynerva Cynerva merged commit cdae363 into master Oct 27, 2020
@Cynerva Cynerva deleted the gkk/vxlan branch October 27, 2020 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants