summaryrefslogtreecommitdiff
path: root/sysconf/vyatta-sysctl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sysconf/vyatta-sysctl.conf')
-rw-r--r--sysconf/vyatta-sysctl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf
index 24dce03a..5b888a8c 100644
--- a/sysconf/vyatta-sysctl.conf
+++ b/sysconf/vyatta-sysctl.conf
@@ -12,6 +12,9 @@ kernel.panic=60
# Only answer ARP requests on same subnet
net.ipv4.conf.default.arp_filter=1
+# avoid local addresses that are not in the target's subnet for this interface
+net.ipv4.conf.default.arp_announce=1
+
# Enable packet forwarding for IPv4
net.ipv4.ip_forward=1