Skip to content

Commit

Permalink
ingress/egress priority map in network-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MoteHue committed Mar 19, 2024
1 parent cdee3ff commit e014ebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/ethernet_RedHat.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ NM_CONTROLLED={{ interfaces_use_networkmanager | ternary('yes', 'no') }}
{% if item.device is match(vlan_interface_regex) %}
VLAN=yes
{% endif %}
{% if item.ingress_priority_map is defined %}
VLAN_INGRESS_PRIORITY_MAP={{ item.ingress_priority_map }}
{% endif %}
{% if item.egress_priority_map is defined %}
VLAN_EGRESS_PRIORITY_MAP={{ item.egress_priority_map }}
{% endif %}
{% if item.mtu is defined %}
MTU={{ item.mtu }}
{% endif %}
Expand Down

0 comments on commit e014ebe

Please sign in to comment.