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

update k8s-vlan #91

Merged
merged 3 commits into from Sep 15, 2020
Merged

update k8s-vlan #91

merged 3 commits into from Sep 15, 2020

Conversation

yaoice
Copy link
Contributor

@yaoice yaoice commented Sep 15, 2020

  • add ipvlan mode option to config
  • implement gratuitous arp request when in ipvlan l3 or l3s mode

#90

Signed-off-by: iceyao xiabingyao@tencent.com

iceyao added 2 commits September 15, 2020 16:18
- add ipvlan mode option to config
- implement gratuitous arp request when in ipvlan l3 or l3s mode

Signed-off-by: iceyao <xiabingyao@tencent.com>
_ = utils.SendGratuitousARP(args.IfName, result.IP4.IP.IP.String(), args.Netns, d.GratuitousArpRequest)

if d.IpVlanMode == "l3" || d.IpVlanMode == "l3s" {
_ = utils.SendGratuitousARP(d.Device, result.IP4.IP.IP.String(), "", d.GratuitousArpRequest)
Copy link
Contributor

Choose a reason for hiding this comment

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

l2 mode不再发GratuitousARP?

Copy link
Contributor

Choose a reason for hiding this comment

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

l2还是按之前的代码来发ARP更好

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👌

@chenchun chenchun merged commit e31c74b into tkestack:master Sep 15, 2020
@chenchun chenchun added this to the v1.0.6 milestone Sep 15, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants