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 basic BIER elements #397

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Add basic BIER elements #397

wants to merge 12 commits into from

Commits on Oct 31, 2024

  1. Add basic BIER elements

    This commit adds basic elements for BIER packets processing.
    
    First, it adds the Bier Forwarding Table (BIFT) which is implemented as the IPv6 forwarding table.
    That is, Fastclick is extended with a 'biertable' that defines the basic operations on the BIFT.
    The 'bierroutetable' element defines handlers allowing external interactions and the
    'lookupbiertable' is the element representing the BIFT.
    
    Second, two simple filtering elements are added, (i) 'checkbierheader' that verifies the header of
    a BIER packet and (ii) 'checkbierin6header' that filters IPv6 packet to detect BIERin6 encapsulated
    BIER packets.
    nrybowski committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    db69507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df352a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9608d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    410f944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24d7e7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d3aef4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3db178 View commit details
    Browse the repository at this point in the history
  8. bier: Add copyright

    nrybowski committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b505da5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f57049c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a03fc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f36342f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c581741 View commit details
    Browse the repository at this point in the history