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: 364c5047bc75
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 69407cb0136f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 29, 2018

  1. firewall service: respect marks in rpfilter (#39054)

    This allows one to add rules which change a packet's routing table:
    
    iptables -t raw -I PREROUTING 1 -m set --match-set myset src -j MARK --set-mark 2
    ip rule add fwmark 2 table 1 priority 1000
    ip route add default dev wg0 table 1
    
    to the beginning of raw table PREROUTING chain, and still have rpfilter.
    abbradar authored and xeji committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    69407cb View commit details
    Browse the repository at this point in the history