Skip to content

Commit

Permalink
Enable proxy NDP if IPv6 is enabled
Browse files Browse the repository at this point in the history
This is consistent with proxy ARP; if one is enabled, the other should
be as well.
  • Loading branch information
DemiMarie committed Dec 21, 2021
1 parent ec98afd commit 16e24fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/vif-route-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ if [ "${ip}" ]; then
${cmdprefix} ip addr "${ipcmd}" "${back_ip}/32" dev "${vif}"
if [ "${back_ip6}" ] && [[ "${back_ip6}" != "fe80:"* ]] && [[ "$ipv6_disabled" = '0' ]]; then
${cmdprefix} ip addr "${ipcmd}" "${back_ip6}/128" dev "${vif}"
echo 1 >"/proc/sys/net/ipv6/conf/${vif}/proxy_ndp"
fi
else
network_hooks "${command}" "${vif}"
Expand Down

0 comments on commit 16e24fe

Please sign in to comment.