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

ipaddress on Linux - default route pointing to unaddressed interface, with route src #682

Merged

Commits on Feb 18, 2016

  1. Report an ipaddress in a Linux corner case observed on Cisco IOS XR

    - we have a default route to an interface
    - the route has a configured src
    - the src address is not configured on the default interface,
      but the default interface has no address at all
    
    In this case we will choose the src as the ipaddress to report.
    Glenn Matthews authored and adamleff committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    09645d6 View commit details
    Browse the repository at this point in the history
  2. refactor #favored_default_route to be easier to understand and debug,…

    … tests added
    Adam Leff authored and adamleff committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    00aeaad View commit details
    Browse the repository at this point in the history
  3. bug fix: using next to skip the route eval block, not return

    Adam Leff authored and adamleff committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1f1ef35 View commit details
    Browse the repository at this point in the history
  4. updates for chefstyle

    adamleff committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    5e228f0 View commit details
    Browse the repository at this point in the history
  5. moar chefstyle fixes

    adamleff committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    d11b1b9 View commit details
    Browse the repository at this point in the history