Hello!
 
I have cisco with following config:
 
router ospf 1
area 0 authentication message-digest
.....
 
interface Fa 0/0
ip ospf message-digest-key 10 md5 ....
 
I installed bird 1.0.11 on machine with linux 2.4.31 and wrote following in config:
 
        interface "eth0" {
                type broadcast;
                  authentication cryptographic;
                  password "pass";
       };

 
And I get :
 
Nov 26 12:09:19 vpn_22_203 bird: Bad OSPF packet from 192.168.22.253 - authentification failed
 
Doesn it mean that bird doesn't support authentication message-digest?
 
Thank you!