[BACK]Return to token.l CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ipsec-tools / src / setkey

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ipsec-tools/src/setkey/token.l between version 1.16 and 1.17

version 1.16, 2011/05/26 21:50:02 version 1.17, 2012/01/09 15:25:13
Line 257  nocyclic-seq { return(NOCYCLICSEQ); }
Line 257  nocyclic-seq { return(NOCYCLICSEQ); }
 {hyphen}bh      { return(F_LIFEBYTE_HARD); }  {hyphen}bh      { return(F_LIFEBYTE_HARD); }
 {hyphen}bs      { return(F_LIFEBYTE_SOFT); }  {hyphen}bs      { return(F_LIFEBYTE_SOFT); }
 {hyphen}ctx     { return(SECURITY_CTX); }  {hyphen}ctx     { return(SECURITY_CTX); }
   {hyphen}esp_frag { return(F_ESPFRAG); }
   
         /* ... */          /* ... */
 any             { return(ANY); }  any             { return(ANY); }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>