Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/dist/ipsec-tools/src/setkey/token.l,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/dist/ipsec-tools/src/setkey/token.l,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.21.2.1 retrieving revision 1.21.2.2 diff -u -p -r1.21.2.1 -r1.21.2.2 --- src/crypto/dist/ipsec-tools/src/setkey/token.l 2019/06/10 21:41:09 1.21.2.1 +++ src/crypto/dist/ipsec-tools/src/setkey/token.l 2020/04/13 07:45:08 1.21.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: token.l,v 1.21.2.1 2019/06/10 21:41:09 christos Exp $ */ +/* $NetBSD: token.l,v 1.21.2.2 2020/04/13 07:45:08 martin Exp $ */ /* $KAME: token.l,v 1.44 2003/10/21 07:20:58 itojun Exp $ */ /* @@ -119,6 +119,7 @@ update { return(UPDATE); } delete { return(DELETE); } deleteall { return(DELETEALL); } get { return(GET); } +getspi { return(GETSPI); } flush { return(FLUSH); } dump { return(DUMP); } exit { return(EXIT); }