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

Use PATH to find tools primarily #257

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2023

  1. Use "which" to find CLI utilities by PATH first.

    Benefits are that the PATH is user configureable, and it works across
    all distributions and packaging mechanisms.
    Carl Hjerpe committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9d65800 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Fix binary path for vrf id

    Carl Hjerpe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    52339ce View commit details
    Browse the repository at this point in the history
  2. Fix logging

    Carl Hjerpe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f5277d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Reduce path lookups and vars() lookups.

    Carl Hjerpe committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    29d516a View commit details
    Browse the repository at this point in the history