diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-25 15:03:12 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-25 15:03:12 +0000 |
commit | 1a509a6310cb2a5211bf3ac9fd963f06d9109cb1 (patch) | |
tree | 20f0c934acd44acd6ec17df927ef326bdb5c4c6f /bird.conf | |
parent | d3702d57fd5357e9a11ada6c46769a79da8e547a (diff) |
md5 authentication seems to work.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ protocol rip MyRIP_test { passwords { password "ahoj" from 0 to 10; password "nazdar" from 10; } - authentication plaintext; + authentication md5; } protocol device { |