From 0d3effcf8ca3784c36ce6229343ddfd754e405dc Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 12 Feb 2005 22:27:55 +0000 Subject: Time added in password management. --- doc/bird.conf.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/bird.conf.example') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index dfa84a2..704abef 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -128,6 +128,20 @@ protocol static { # }; # strict nonbroadcast yes; # }; +# interface "xxx0" { +# passwords { +# password "abc" { +# id 1; +# generate to "22-04-2003 11:00:06"; +# accept to "17-01-2004 12:01:05"; +# }; +# password "def" { +# id 2; +# generate from "22-04-2003 11:00:07"; +# accept from "17-01-2003 12:01:05"; +# }; +# authentication cryptographic; +# }; # }; # area 20 { # stub 1; -- cgit v1.2.3