Changeset 13896 in genesis for tools


Ignore:
Timestamp:
Jun 2, 2017, 1:22:55 PM (8 years ago)
Author:
rick
Message:

Setting a dummy captive portal to avoid syntax errors in pf.conf files

Syntax errors will cause the pf not to load.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13886 r13896  
    853853  "
    854854
     855  {% if autogen_dhcp_interfaces -%}
    855856  captive_portal_interfaces="{{ autogen_dhcp_interfaces|join(',') }}"
     857  {% else %}
     858  captive_portal_interfaces="dummy"
     859  {% endif %}
    856860  externalif="{{ externalif|default('vr0', true) }}"
    857861  masterip="{{ masterip }}"
Note: See TracChangeset for help on using the changeset viewer.