1. 02 May, 2019 1 commit
    • network: Adds layer 2 (ARP/NDP) proxy mode · 6509154d
      tomponline authored
      Adds the lxc.net.[i].l2proxy flag that can be either 0 or 1.
      
      Defaults to 0.
      
      This, when used with lxc.net.[i].link, will add IP neighbour proxy entries on the linked device
      for any IPv4 and IPv6 addresses on the container's network device.
      
      Additionally, for IPv6 addresses it will check the following sysctl values and fail with an error if not set:
      
      	net.ipv6.conf.[link].proxy_ndp=1
      	net.ipv6.conf.[link].forwarding=1
      Signed-off-by: 's avatartomponline <thomas.parrott@canonical.com>
  2. 01 May, 2019 6 commits
  3. 30 Apr, 2019 8 commits
  4. 29 Apr, 2019 10 commits
  5. 26 Apr, 2019 4 commits
  6. 25 Apr, 2019 7 commits
  7. 24 Apr, 2019 2 commits
  8. 23 Apr, 2019 2 commits