Commit 48d70d23 authored by nanahira's avatar nanahira

add dhcp option for mtu<1500

parent fd3f6d42
...@@ -109,6 +109,10 @@ dhcp-boot=tag:{{br.name}},{{ dnsmasq.pxe.file }},,{{ dnsmasq.pxe.address }} ...@@ -109,6 +109,10 @@ dhcp-boot=tag:{{br.name}},{{ dnsmasq.pxe.file }},,{{ dnsmasq.pxe.address }}
### No PXE server for {{br.name}} ### No PXE server for {{br.name}}
{% endif %} {% endif %}
{% if br.mtu is defined and br.mtu < 1500 %}
dhcp-option=tag:{{br.name}},26,{{br.mtu}}
{% endif %}
# end DHCP for {{br.name}} # end DHCP for {{br.name}}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment