How to set wireguard ip ospf option when upgrade vyos 1.3 to vyos 1.4

Hi All,
When I try to upgrade vyos 1.3 to vyos 1.4. I can’ find set interfaces wireguard wg101 ip ospf

set interfaces wireguard wg101 ip ospf bfd
set interfaces wireguard wg101 ip ospf dead-interval '5'
set interfaces wireguard wg101 ip ospf hello-interval '1'
set interfaces wireguard wg101 ip ospf network 'point-to-point'
set interfaces wireguard wg101 ip ospf priority '1'
set interfaces wireguard wg101 ip ospf retransmit-interval '5'
set interfaces wireguard wg101 ip ospf transmit-delay '1'

How to implement this option in vyos 1.4?

It does by migration scripts. After migration, it should be under OSPF section:

set protocols ospf interface X bfd

You don’t see these lines after migration?

2 Likes

Since vyos 1.4.0 eap1 has some configure lost when upgrade. So I perfer to setup again.

Open a bug report if you see that some configuration does not exist after the update.

@Viacheslav Thanks! IT works for me! Upgrade from vyos 1.3 to vyos 1.4 successfully!

BTW @Viacheslav
Follow this topic [SLOVED]How to load networks from a file to add them into the firewall group in vyos 1.4 with ntf command to replace removed ipset I finally implement the PBR with lots of ips loading to replace ipset.
It is really fast. Load 6143 networks only took 0.34 seconds

But when I try to run command show network group network-group xxxx it will reture empty.
I have a question, is that possible to let show network group network-group xxx show the network-group in it ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.