Skip to content

Commit

Permalink
Merge pull request #526 from onurgashi/issue523
Browse files Browse the repository at this point in the history
Change location for MTU knob so SVI 4093 uses it
  • Loading branch information
ClausHolbechArista authored Dec 21, 2020
2 parents ee24108 + 1179745 commit 75ff2f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
Vlan4093:
description: MLAG_PEER_L3_PEERING
ip_address: {{ mlag_ips.leaf_peer_l3 | ipaddr('network') | ipmath(leaf.mlag_ip ) }}/31
mtu: {{ p2p_uplinks_mtu }}
{% if underlay_routing_protocol|lower == "ospf" %}
ospf_network_point_to_point: true
ospf_area: {{ underlay_ospf_area }}
mtu: {{ p2p_uplinks_mtu }}
{% endif %}
{% if underlay_routing_protocol|lower == "isis" %}
isis_enable: EVPN_UNDERLAY
Expand Down

0 comments on commit 75ff2f8

Please sign in to comment.