diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-17 09:49:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 09:49:17 +0200 |
commit | aa844567456504c5026a9c49d5c4cf590c7cf08b (patch) | |
tree | 976dcc5b8ef316ce15146b90dc35ff3b49ab0f69 /data/templates | |
parent | 397d6618d00045b22a23840bf5828c07e2a46df4 (diff) | |
parent | b2f885b4d4afaf1ee3e84da9c8df5da312f30fc7 (diff) | |
download | vyos-1x-aa844567456504c5026a9c49d5c4cf590c7cf08b.tar.gz vyos-1x-aa844567456504c5026a9c49d5c4cf590c7cf08b.zip |
Merge pull request #575 from DmitriyEshenko/ipoe-fix-issue01
ipoe-server: T2978: Add required proxy-arp by default
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/accel-ppp/ipoe.config.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/ipoe.config.tmpl b/data/templates/accel-ppp/ipoe.config.tmpl index 5086c386e..ab61f7f5a 100644 --- a/data/templates/accel-ppp/ipoe.config.tmpl +++ b/data/templates/accel-ppp/ipoe.config.tmpl @@ -33,6 +33,7 @@ noauth=1 username=ifname password=csid {% endif %} +proxy-arp=1 {%- for interface in interfaces %} {% if (interface.shared == '0') and (interface.vlan_mon) %} |