l3-access.conf 241 B

1234567891011
  1. #
  2. # L3 Access VLANs
  3. #
  4. protocol direct l3_access {
  5. {%- for iface in salt['pillar.get']('nodes:' ~ grains['id'] ~ ':ifaces') %}
  6. {%- if salt['ffho.re_search']('^vlan3\d\d$', iface) %}
  7. interface "{{ iface }}";
  8. {%- endif %}
  9. {%- endfor %}
  10. }