-
Max Gautier authoredMax Gautier authored
centos-postup-macvlan.cfg.j2 184 B
{% if enable_nat_default_gateway %}
iptables -t nat -I POSTROUTING -s {{ node_pod_cidr|ansible.utils.ipaddr('net') }} -o {{ node_default_gateway_interface }} -j MASQUERADE
{% endif %}