Changeset 10564 in genesis


Ignore:
Timestamp:
Apr 23, 2012, 7:50:26 PM (13 years ago)
Author:
rick
Message:

The captive_portal_interfaces variable in hybrid means something different than
the traditional one (due to the fact that we use a different firewall). To
avoid confusion remove the old one from the hybrid views.

Fixes: nodefactory#130

While here, fix and error in the comment, as recursive diff is needed to parse
all directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r10563 r10564  
    470470#
    471471captive_portal_whitelist=""
    472 captive_portal_interfaces="{{ autogen_dhcp_interfaces }}"
    473472# iLeiden Proxies {{ autogen_ileiden_proxies_names }}
    474473list_ileiden_proxies="{{ autogen_ileiden_proxies }}"
     
    550549# NODE iLeiden Configuration
    551550#
     551captive_portal_interfaces="{{ autogen_dhcp_interfaces }}"
    552552
    553553{% if tproxy -%}
     
    10641064  $ ./gformat.py static /tmp/post
    10651065  VIEW differences and VERIFY all are OK:
    1066   $ diff -uI 'Generated' -r /tmp/pre /tmp/post
     1066  $ diff -urI 'Generated' -r /tmp/pre /tmp/post
    10671067"""
    10681068  exit(0)
Note: See TracChangeset for help on using the changeset viewer.