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: 5cad73940968
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4cd605f3ca0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 25, 2020

  1. networking-interfaces.nix: remove broken NDP bits from proxyARP

    The `networking.interfaces.<name?>.proxyARP` option previously mentioned it would also enable IPv6 forwarding and `proxy_ndp`.
    
    However, the `proxy_ndp` option was never actually set (the non-existing `net.ipv6.conf.proxy_arp` sysctl was set
    instead). In addition `proxy_ndp` also needs individual entries for each ip to proxy for.
    
    Proxy ARP and Proxy NDP are two different concepts, and enabling the latter
    should be a conscious decision.
    
    This commit removes the broken NDP support, and disables explicitly
    enabling IPv6 forwarding (which is the default in most cases anyways)
    
    Fixes #62339.
    Doro Rose committed May 25, 2020
    Copy the full SHA
    5d3a72f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge pull request #62671 from kfiz/networking-proxy_arp-fix

     tasks/network-interfaces.nix: Enable ip_forwarding for ipv4 and p…
    flokli committed May 31, 2020
    Copy the full SHA
    4cd605f View commit details
    Browse the repository at this point in the history