Upgrade from 5.4 to 5.6 strips OSPF authentication
Hi after an upgrade attempt all traffic stopped flowing.
Upon investigation I found the OSPF interface section has changed considerably and OSPF authentication commands were removed.
Is this known? Has anyone had it confirmed as a bug?
Rule base section headers were also removed. I'm concerned there are other features config elements that get removed. I reverted so can't easily check.
Any date for the next release of 5.6?
An example before and after:
edit "ospf_int_1" set interface "FM_1" set authentication md5 set md5-key 2 "ENC fasdfasdfsadfsadfqi/T8q3xQ9" set cost 6000 set dead-interval 40 set hello-interval 10
edit "ospf_int_1" set interface "FM_1" set ip 0.0.0.0 set authentication none set prefix-length 0 set retransmit-interval 5 set transmit-delay 1 set cost 6000 set priority 1 set dead-interval 40 set hello-interval 10 set hello-multiplier 0 set database-filter-out disable set mtu 0 set mtu-ignore disable set network-type broadcast set bfd global set status enable set resync-timeout 40 next
