You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/router
Fletcher Nichol a49df5cfda wgenine/router: fix OpenBSD route creation
The route creation for the `tun` device was augmented in #1469 but
didn't account for adding IPv4 vs. IPv6 routes. There are 2 primary
changes as a result:

* Ensure that either `-inet` or `-inet6` was used in the
  [`route(8)`](https://man.openbsd.org/route) command
* Use either the `localAddr4` or `localAddr6` for the gateway argument
  depending which destination network is being added

The basis for the approach is based on the implementation from
`router_userspace_bsd.go`, including the `inet()` helper function.

Fixes #2048
References #1469

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
3 years ago
..
callback.go net/dns: some post-review cleanups. 3 years ago
ifconfig_windows.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
ifconfig_windows_test.go wgengine/router{win}: ignore broadcast routes added by Windows when removing routes. 3 years ago
router.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_darwin.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_default.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 3 years ago
router_freebsd.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_linux.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_linux_test.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_openbsd.go wgenine/router: fix OpenBSD route creation 3 years ago
router_test.go net/dns: add GOOS build tags 3 years ago
router_userspace_bsd.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
router_windows.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
runner.go wgengine/router: set up basic IPv6 routing/firewalling. 4 years ago