Ignore:
Timestamp:
10/26/17 16:50:04 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
d6ed36a
Parents:
9684832
Message:

dont allow multiple tunnels between same hosts because of shared key issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/webint/src/vpn/lang_ptD.php

    r9684832 re248cf2  
    240240);}
    241241
     242function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { LangDebug("Tunnel $a already exists between these IP adresses.", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?src_lang=en&add_langID=pt&add_labelID=_TunnelAlreadyExistsBetweenHosts");return (
     243        "Tunnel $a already exists between these IP adresses."
     244);}
     245
    242246function _TunnelDownError($a='',$b='') { LangDebug("Error while disabling tunnel $a: $b", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?src_lang=en&add_langID=pt&add_labelID=_TunnelDownError");return (
    243247        "Error while disabling tunnel $a: $b"
Note: See TracChangeset for help on using the changeset viewer.