forked from 9pfs/dn42-ansible
Explicitly disable rp_filter on each network interface
This commit is contained in:
parent
0b0d300093
commit
c295e3fa93
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ IPv6AcceptRA=false
|
||||||
IPv4Forwarding=true
|
IPv4Forwarding=true
|
||||||
IPv6Forwarding=true
|
IPv6Forwarding=true
|
||||||
KeepConfiguration=true
|
KeepConfiguration=true
|
||||||
|
IPv4ReversePathFilter=no
|
||||||
Description=DN42 peering with AS{{ item.asn }} @ {% if item.remotehost is defined %}{{ item.remotehost }}[{{ item.remoteip }}]:{{ item.remoteport }}{% else %}[{{ item.remoteip }}]:{{ item.remoteport }}{% endif %}
|
Description=DN42 peering with AS{{ item.asn }} @ {% if item.remotehost is defined %}{{ item.remotehost }}[{{ item.remoteip }}]:{{ item.remoteport }}{% else %}[{{ item.remoteip }}]:{{ item.remoteport }}{% endif %}
|
||||||
|
|
||||||
[Address]
|
[Address]
|
||||||
|
|
|
@ -9,6 +9,7 @@ IPv6Forwarding=true
|
||||||
LLDP=true
|
LLDP=true
|
||||||
EmitLLDP=customer-bridge
|
EmitLLDP=customer-bridge
|
||||||
LinkLocalAddressing=false
|
LinkLocalAddressing=false
|
||||||
|
IPv4ReversePathFilter=no
|
||||||
|
|
||||||
[Address]
|
[Address]
|
||||||
Address={{ llv6 }}/64
|
Address={{ llv6 }}/64
|
||||||
|
|
Loading…
Reference in a new issue