From 5385a8b7de92e89e0ea66d4ac5cebd11c8cdb22a Mon Sep 17 00:00:00 2001 From: sakane Date: Fri, 16 Mar 2001 04:36:01 +0000 Subject: [PATCH] logged that "the lifetime of bytes in phase 1 will be ignored at the moment" when it is defined in the configuration file. --- kame/kame/racoon/cfparse.y | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kame/kame/racoon/cfparse.y b/kame/kame/racoon/cfparse.y index b8593bc59a..18167de35f 100644 --- a/kame/kame/racoon/cfparse.y +++ b/kame/kame/racoon/cfparse.y @@ -1,4 +1,4 @@ -/* $KAME: cfparse.y,v 1.91 2001/03/15 11:44:08 sakane Exp $ */ +/* $KAME: cfparse.y,v 1.92 2001/03/16 04:36:01 sakane Exp $ */ %{ #include @@ -1096,6 +1096,8 @@ remote_spec EOS | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte { + yywarn("the lifetime of bytes in phase 1 " + "will be ignored at the moment."); prhead->lifebyte = fix_lifebyte($3 * $4); if (prhead->lifebyte == 0) return -1;