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

New Network API #259

Merged
merged 7 commits into from
Nov 11, 2020
Merged

New Network API #259

merged 7 commits into from
Nov 11, 2020

Conversation

pvizeli
Copy link
Member

@pvizeli pvizeli commented Nov 10, 2020

  • wifi scan
  • new update
  • create vlan

@pvizeli pvizeli marked this pull request as ready for review November 11, 2020 13:54
frenck
frenck previously approved these changes Nov 11, 2020
Co-authored-by: Franck Nijhof <git@frenck.dev>
@pvizeli pvizeli merged commit 3ea7f43 into master Nov 11, 2020
@delete-merged-branch delete-merged-branch bot deleted the new-network branch November 11, 2020 15:34

networkUpdateCmd.Flags().StringArray("ip6-address", []string{}, "IPv6 address for the interface in the 2001:0db8:85a3:0000:0000:8a2e:0370:7334/64")
networkUpdateCmd.Flags().String("ipv6-gateway", "", "The IPv6 gateway the interface should use")
networkUpdateCmd.Flags().String("ipv6-method", "", "Method on IPv6: static|dhcp|disabled")
Copy link
Member

Choose a reason for hiding this comment

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

In IPv6 you have SLAAC (Stateless Address Auto-configuration) and DHCPv6. Lot of people do not have DHCP with IPv6. It seems that Network Manager uses the method auto to support the two of them, I think using auto instead of dhcp is more appropriate here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants