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

F #68: Add VR/WG support #73

Closed
wants to merge 6 commits into from
Closed

F #68: Add VR/WG support #73

wants to merge 6 commits into from

Commits on Mar 29, 2024

  1. F #68: Add VR/WG support

    - Add onewg VPN admin tool
    - Add Service::WireGuard feature to VR
    - Adjust Service::Failover accordingly
    - Add basic JSON schema validation
    sk4zuzu committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2c6838f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    98bae06 View commit details
    Browse the repository at this point in the history
  2. Remove debug lines

    rsmontero committed May 5, 2024
    Configuration menu
    Copy the full SHA
    08626ed View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. F #68: Manage multiple instances and reboots

    Configuration (server-side) is stored in virtual router VMs using:
    
    - ONEAPP_VNF_WG_SERVER wg0.conf file base64 encoded
    - ONEAPP_VNF_WG_SERVER_TIMESTAMP when file was generated
    
    Virtual router will reuse this configuration if present in any of the
    virtual router VMs.
    
    State is managed through onegate, thus required to run the WG service
    rsmontero committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0a1d6bd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4d23b66 View commit details
    Browse the repository at this point in the history
  2. Fix var names

    rsmontero committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bcabe10 View commit details
    Browse the repository at this point in the history