This below specific configuration was allowed in 1.3.8 but not in 1.4.1 anymore, if defined it needs to be migrated in this format: "set system syslog host 10.29.113.213 port '9001'"
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Mar 21 2025
Mar 20 2025
for me on VyOS 1.5-rolling-202503030030 it works if you first remove the ospf configuration, then delete the protocols:
I'm just sharing my thoughts here: Could it have something to do with the fact that the IPv4 prefix is a /32? why does it have to be a /32 anyway (when NHRP is configured)? On Cisco IOS there is no such restrictions.
I'm sorry, all it took was to disable PFS. PFS prevented future SA's from happening due to a policy mismatch.
This seems to be implemented:
Mar 19 2025
for the record: I've successfuly imported private key after converting it from pkcs#1 to pkcs#8
I can see that on VyOS 1.5-rolling-202503030030, the network type "point-to-multipoint" and "non-broadcast" is available. But not "point-to-multipoint non-broadcast"
vyos@LBS-RO1# set protocols ospf int eth1 network Possible completions: broadcast Broadcast network type non-broadcast Non-broadcast network type point-to-multipoint Point-to-multipoint network type point-to-point Point-to-point network type
vyos@LBS-RO1# set protocols ospf int eth1 network point-to-multipoint Possible completions: <Enter> Execute the current command
It is possible to configure from FRR:
Mar 18 2025
Thanks. I'll see what I can do about reporting this upstream!
Hi Morgan,
Add a set of commands to reproduce (from both sites)
The lexer is unnecessarily aggressive in disallowing strings following '//', originally added to ignore version string information. This has the side effect of ignoring legitimate values. Since the version string is extracted before parsing, this restriction can be dropped. Fix in preparation.