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 support for dynamic interfaces in ifAlias script #6005

Merged
merged 2 commits into from Feb 26, 2017

Commits on Feb 25, 2017

  1. add support for dynamic interfaces in ifAlias script

    * netlink and ip support alias (`ip link set IFACE alias ALIAS`). In an
      environment with dynamic interfaces, it is useful to be able retrieve
      aliases from ip.
    
    * we cannot assume next iface oid is n + 1 since oids do not necessarily
      follow incrementally when some interfaces has been destroyed and
      recreated.
    
    * use straight POSIX shell
    ollb committed Feb 25, 2017
    Copy the full SHA
    160235b View commit details
    Browse the repository at this point in the history
  2. I agree to the conditions of the Contributor Agreement contained in

    doc/General/Contributing.md.
    ollb committed Feb 25, 2017
    Copy the full SHA
    f7e7f88 View commit details
    Browse the repository at this point in the history