Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 691da0cbb99c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 61d133c1ee12
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 4, 2017

  1. wireguard: add per-peer routing table option

    This adds a convenient per-peer option to set the routing table that associated routes are added to. This functionality is very useful for isolating interfaces from the kernel's global routing and forcing all traffic of a virtual interface (or a group of processes, via e.g. "ip rule add uidrange 10000-10009 lookup 42") through Wireguard.
    evujumenuk committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    e355f70 View commit details
    Browse the repository at this point in the history
  2. wireguard: remove "table" option from example

    Most users will be served well by the default "table" setting ("main").
    evujumenuk committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    6070d91 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. wireguard: convert "table" to an interface option

    Do the right thing, and use multiple interfaces for policy routing. For example, WireGuard interfaces do not allow multiple routes for the same CIDR range.
    evujumenuk committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    eaab02b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Merge pull request #27939 from evujumenuk/wireguard-rt_tables

    wireguard: add per-peer routing table option
    fpletz committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    61d133c View commit details
    Browse the repository at this point in the history