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

Unbreak building for FreeBSD #103

Merged
merged 12 commits into from
May 27, 2020
Merged

Unbreak building for FreeBSD #103

merged 12 commits into from
May 27, 2020

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    ce387c5 View commit details
    Browse the repository at this point in the history
  2. Make gofmt happy

    mateuszkwiatkowski committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3f42be1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Use tap instead of tun

    The yggdrasil-network/water patch to make water work on bsd does some
    confusing things. One thing is that unless you set `Name`, it will
    create a tap device. Fix this by requiring the user set `tun.dev` in
    their config file to a name like `tun0` or `tun1` (the naming required
    by freebsd). We also need to add the `route` command back now that we
    are using a tun device.
    wadey committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ec3b406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf14a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c24d99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d6386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5661da View commit details
    Browse the repository at this point in the history
  6. use absolute paths

    wadey committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    7751e9e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. we don't even need water

    The only thing the library is doing for freebsd is calling OpenFile.
    wadey committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    660a455 View commit details
    Browse the repository at this point in the history
  2. we don't even need water

    The only thing the library is doing for freebsd is calling OpenFile.
    wadey committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    70d6f49 View commit details
    Browse the repository at this point in the history
  3. we don't even need water

    The only thing the library is doing for freebsd is calling OpenFile.
    wadey committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    580d177 View commit details
    Browse the repository at this point in the history
  4. support unsafe_routes

    wadey committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    585dcfe View commit details
    Browse the repository at this point in the history