Navigation


Changeset 12:418d2ce80dc8 in freeDiameter for freeDiameter/fdd.l


Ignore:
Timestamp:
Sep 28, 2009, 5:29:25 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added support in configuration file for peers declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/fdd.l

    r8 r12  
    112112                               
    113113        /* Full words tokens (keywords) */
    114 (?i:"LocalIdentity")    { return LOCALIDENTITY; }
    115 (?i:"LocalRealm")       { return LOCALREALM;    }
    116 (?i:"LocalPort")        { return LOCALPORT;     }
    117 (?i:"LocalSecPort")     { return LOCALSECPORT;  }
     114(?i:"Identity")         { return IDENTITY;      }
     115(?i:"Realm")            { return REALM;         }
     116(?i:"Port")             { return PORT;          }
     117(?i:"SecPort")          { return SECPORT;       }
    118118(?i:"No_IPv6")          { return NOIP6;         }
    119119(?i:"No_IP")            { return NOIP;          }
     
    128128(?i:"NoRelay")          { return NORELAY;       }
    129129(?i:"LoadExtension")    { return LOADEXT;       }
     130(?i:"ConnectPeer")      { return CONNPEER;      }
     131(?i:"ConnectTo")        { return CONNTO;        }
     132(?i:"No_TLS")           { return NOTLS;         }
    130133
    131134
Note: See TracChangeset for help on using the changeset viewer.