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

refactor: Improve VPP handler versions and add VPP proxy support #1593

Merged
merged 11 commits into from
Jan 8, 2020

Commits on Dec 13, 2019

  1. Use more specific VPP versions

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0a5320c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Improve VPP handler versions and cleanup vppcalls packages

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    72bccdd View commit details
    Browse the repository at this point in the history
  2. Remove comments

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    87c086f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Fix logs and errors for telemetry

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0408f30 View commit details
    Browse the repository at this point in the history
  2. Add VPP proxy support and make version resolution more robust

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7a84513 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Refactor vpp package to simplify vpp.Client interface

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    32abcbb View commit details
    Browse the repository at this point in the history
  2. Rename vppmock_test.go

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    50cd9f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Print interface type in error log

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    dcdada4 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    1978811 View commit details
    Browse the repository at this point in the history
  3. Print interface name string

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    bf90b3d View commit details
    Browse the repository at this point in the history
  4. Handle errors

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    6d4dbf2 View commit details
    Browse the repository at this point in the history