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

VRRP v2 setup #26

Closed
wants to merge 23 commits into from
Closed

VRRP v2 setup #26

wants to merge 23 commits into from

Commits on Jun 26, 2024

  1. VRRP WIP

    Paul-weqe authored and rwestphal committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3cff08d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Initialize and test transmission of

    basic VRRP packet
    Paul-weqe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    788714a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Paul-weqe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    76f62ea View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    808255b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. ARP packet sending...still to work on malformed

    packet errors
    Paul-weqe committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2ddf8ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9473787 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b826aec View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Initialize timers.

    Paul-weqe committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6f7eaab View commit details
    Browse the repository at this point in the history
  2. cargo fmt changes

    Paul-weqe committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0f2fe2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76ae178 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Initial event handling

    Paul-weqe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fa62019 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Paul-weqe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a76a0b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. - Initiate gratutious ARP

    - Add fetching of MAC from interface.rs
    Paul-weqe committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8afa889 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    1e401fc View commit details
    Browse the repository at this point in the history
  2. Remove rnetlink and interface calls from the

    interface.rs file in `holo-vrrp`
    Paul-weqe committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    06106f4 View commit details
    Browse the repository at this point in the history
  3. Complete gARP

    Paul-weqe committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8ddc171 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Move macaddress from InterfaceCfg to

    Interface
    
    Change event code for borrow checker purposes
    Minor changes in `holo-vrrp`
    Paul-weqe committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    beff510 View commit details
    Browse the repository at this point in the history
  2. Change mac address datatype to [u8; 6]

    enhance events.rs with functions.
    Paul-weqe committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    50ccef2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    c17e8c2 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    Paul-weqe committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ad00284 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    768e233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638aac7 View commit details
    Browse the repository at this point in the history
  3. fix yang modules in lib.rs

    Paul-weqe committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c769958 View commit details
    Browse the repository at this point in the history