diff options
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 { |