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

virtual interface: vlan #18

Open
Savagedlight opened this issue Jun 13, 2016 · 1 comment
Open

virtual interface: vlan #18

Savagedlight opened this issue Jun 13, 2016 · 1 comment
Assignees
Milestone

Comments

@Savagedlight
Copy link
Owner

Add support for manipulating virtual interface 'vlan'.

  • assign parent interface
  • assign VLAN ID
  • Other? Check ifconfig's ifvlan.c

Consider adding a method for creating VLAN interface and assigning parent interface + VLAN id in one go.

@Savagedlight Savagedlight added this to the Future milestone Jun 13, 2016
@Savagedlight Savagedlight self-assigned this Sep 4, 2016
@Savagedlight
Copy link
Owner Author

Creating vlan interfaces are now supported through two methods:

  • ifconfig_create_interface_vlan(...) which also configures the newly created interface with parent device and vlan tag.
  • ifconfig_set_vlantag(...) which takes an existing, unconfigured vlanN interface and configures it with a parent interface and vlan tag.

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

No branches or pull requests

1 participant