Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bgpfix/bgpipe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: bgpfix/bgpipe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.2
Choose a head ref
  • 9 commits
  • 33 files changed
  • 1 contributor

Commits on Jan 15, 2026

  1. Merge dev0107 (#19)

    Changes:
    
    Adds a new RPKI validation stage with support for RTR protocol and file-based ROA loading
    Refactors variable naming from opt_* prefix to simpler names across multiple stages
    Consolidates utility functions from multiple locations into a new pkg/util package
    Enhances error handling in file operations with proper error logging
    Updates dependency versions and adds new dependencies for RPKI functionality
    pforemski authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    9aa709f View commit details
    Browse the repository at this point in the history
  2. use bgpfix v0.10.1

    pforemski committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    d913a0f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Dev0115 (#20)

    This PR refactors network connection handling and configuration management across the BGP pipeline stages, with improvements to the RPKI/RTR client implementation and build tooling.
    
    Changes:
    
    Refactored connection handling to centralize configuration options in util.DialRetry and renamed ConnHandle to ConnBGP
    Improved RTR client session management with better locking patterns and state initialization
    Enhanced shell script robustness in the release build process
    pforemski authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    3959da7 View commit details
    Browse the repository at this point in the history
  2. reliability, again (#21)

    pforemski authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    82f7727 View commit details
    Browse the repository at this point in the history
  3. docs

    pforemski committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    3587405 View commit details
    Browse the repository at this point in the history
  4. examples

    pforemski committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    e525469 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. examples

    pforemski committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    ec3659b View commit details
    Browse the repository at this point in the history
  2. Dev0117 (#22)

    This PR implements a new "split" mode for RPKI validation that separates invalid prefixes into a dedicated withdrawal message, along with refactoring to improve code consistency and upgrading dependencies.
    pforemski authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    eb28b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d693a11 View commit details
    Browse the repository at this point in the history
Loading