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 -o option to only use a specific source for an AS-SET or Route Set #70

Merged
merged 10 commits into from
Nov 3, 2022
Merged

Add -o option to only use a specific source for an AS-SET or Route Set #70

merged 10 commits into from
Nov 3, 2022

Commits on Oct 25, 2022

  1. Add -o option to use a specific source for an AS-SET or Route Set (#1)

    Add -o option to use a specific source for an AS-SET or Route Set.
    Add missing close() calls for file descriptors
    Align return/exit codes
    Add some missing error messages
    jwbensley authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9c58c1d View commit details
    Browse the repository at this point in the history
  2. Reorder call to bgpq_get_irrd_sources to ensure we can get list of su…

    …pported server data sources
    
    Reorder call to bgpq_get_irrd_sources to ensure we can get list of supported server data sources
    jwbensley authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    027fc65 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Make "::" notation support by default removing the -o option (#3)

    Make "::" notation support by default removing the -o option (#3)
    jwbensley authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    df309a7 View commit details
    Browse the repository at this point in the history
  2. Remove brackets added by accident (#4)

    Remove brackets added by accident (#4)
    jwbensley authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    016da02 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Resolving PR review feedback regarding coding style (#5)

    Resolving PR review feedback regarding coding style
    jwbensley authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    cc7d3dd View commit details
    Browse the repository at this point in the history
  2. Resolving PR review feedback regarding coding style (#6)

    Resolving PR review feedback regarding coding style
    jwbensley authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    55a92cd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Fix regression bug with AS-SET parsing

    James Bensley committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d2e8fce View commit details
    Browse the repository at this point in the history
  2. Revert "Fix regression bug with AS-SET parsing"

    This reverts commit d2e8fce.
    James Bensley committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    932cbb5 View commit details
    Browse the repository at this point in the history
  3. Revert "Resolving PR review feedback regarding coding style (#6)"

    This reverts commit 55a92cd.
    James Bensley committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8b42663 View commit details
    Browse the repository at this point in the history
  4. Fix regression bug with AS-SET parsing

    James Bensley committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    beece51 View commit details
    Browse the repository at this point in the history