From 1a509a6310cb2a5211bf3ac9fd963f06d9109cb1 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 Nov 1999 15:03:12 +0000 Subject: md5 authentication seems to work. --- bird.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index b2ac49b..f024c16 100644 --- a/bird.conf +++ b/bird.conf @@ -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 { -- cgit v1.2.3