diff --git a/deployment/kernel/kernel-baremetal-ansible.yaml b/deployment/kernel/kernel-baremetal-ansible.yaml index 00d17dc889..9addbeb764 100644 --- a/deployment/kernel/kernel-baremetal-ansible.yaml +++ b/deployment/kernel/kernel-baremetal-ansible.yaml @@ -39,6 +39,14 @@ parameters: default: 1 description: Configures net.ipv4.ip_forward key type: number + KernelIpv6ConfAllForwarding: + default: 0 + description: Configures the net.ipv6.conf.all.forwarding key + type: number + KernelIpv4ConfAllRpFilter: + default: 1 + description: Configures the net.ipv4.conf.all.rp_filter key + type: number KernelIpNonLocalBind: default: 1 description: Configures net.ipv{4,6}.ip_nonlocal_bind key @@ -165,6 +173,10 @@ outputs: value: 0 net.ipv4.ip_forward: value: {get_param: KernelIpForward} + net.ipv4.conf.all.rp_filter: + value: {get_param: KernelIpv4ConfAllRpFilter} + net.ipv6.conf.all.forwarding: + value: {get_param: KernelIpv6ConfAllForwarding} net.ipv4.ip_nonlocal_bind: value: {get_param: KernelIpNonLocalBind} net.ipv6.ip_nonlocal_bind: