Changeset 11541 in genesis


Ignore:
Timestamp:
Oct 10, 2012, 8:11:29 PM (12 years ago)
Author:
rick
Message:

Non-existing interface and no IP is really not making it happy, making tunnel magic more dynamic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r11540 r11541  
    735735    pf_rules="/etc/pf.hybrid.conf"
    736736    {% if service_concentrator %}
    737       pf_flags="-D ext_if=$externalif -D ext_if_net=$externalif:network -D inet_if=tun0 -D inet_ip='(tun0:0)' -D masterip=$masterip"
     737      pf_flags="-D ext_if=$externalif -D ext_if_net=$externalif:network -D inet_if=tun0 -D inet_ip='(tun0)' -D masterip=$masterip"
    738738    {% else %}
    739739      pf_flags="-D ext_if=$externalif -D ext_if_net=$externalif:network -D inet_if=$externalif -D inet_ip='($externalif:0)' -D masterip=$masterip"
Note: See TracChangeset for help on using the changeset viewer.