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 networking port extra DHCP opts Update call #804

Merged

Commits on Mar 5, 2018

  1. Add networking port extra DHCP opts GET support

    Add a new networking v2 extension to provide extra DHCP
    configuration support for ports.
    Add basic structures with a unit test.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    36d603f View commit details
    Browse the repository at this point in the history
  2. Fix networking port extra DHCP structs names

    Use "ExtraDHCPOptsExt" and "ExtraDHCPOpts" for basic structs names of
    the extra dhcp options extenstion.
    Upgrade unit-test and fix spacing in the unit test fixture.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    e984de9 View commit details
    Browse the repository at this point in the history
  3. Move network port extra DHCP tests

    Move the extra DHCP options GET unit test to the standard networking
    port package.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    a59f642 View commit details
    Browse the repository at this point in the history
  4. Add networking port extra DHCP opts Create call

    Add a Create request to the networking v2 extra DHCP options extension.
    Add unit and acceptance tests.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    a25fb79 View commit details
    Browse the repository at this point in the history
  5. Move network port extra DHCP creation tests

    Move the extra DHCP options Create call unit and acceptance tests to the
    standard networking port package.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    8a02fec View commit details
    Browse the repository at this point in the history
  6. Fix inline comments for the extra DHCP creation

    Rename comment for the CreateOptsExt.ExtraDHCPOpts field.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    e2b90d6 View commit details
    Browse the repository at this point in the history
  7. Add networking port extra DHCP opts Update call

    Add an Update request to the networking v2 extra DHCP options extension.
    Add unit and acceptance tests.
    ozerovandrei committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3289c0e View commit details
    Browse the repository at this point in the history