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 GigX/X/X support and Duplex a-half interface support. #108

Merged
merged 6 commits into from
Apr 7, 2017

Commits on Mar 28, 2017

  1. Add GigX/X/X support and Duplex a-half interface support.

    Fix - Add GigX/X/X support - Catalyst Stack Support, like 2960X.
    Fix - 2950s report half duplex as “a-half”.
    Added variety of test results to the raw parser test.
    jasonbarbee committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    2da79fb View commit details
    Browse the repository at this point in the history
  2. Removed Fa0 entry from raw test.

    Removed Fa0 entry from raw test.
    jasonbarbee committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    1178b0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83439d8 View commit details
    Browse the repository at this point in the history
  4. Changes required for 2960X gigX/X/X and Fix Name matching.

    Original name string
    Value NAME (\S+(\s\w+\s\w+)?)
    fails to match descriptions with ‘ in the description like this
    Gi2/0/46  Jerrick Kellum's P connected    16         a-full  a-100
    10/100/1000BaseTX
    Adjusted to .* to match symbols in the description field.
    jasonbarbee committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    42dee78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82150ce View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Refactor Name regex for readability

    Thanks itdependsnetworks for the regex recommendation.
    jasonbarbee committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    965c451 View commit details
    Browse the repository at this point in the history