Page MenuHomeVyOS Platform

Unable to create syslog server entry with different port
Closed, ResolvedPublicBUG

Description

On 1.2.4 we could add a server with server:port when syslog is running on a different port.
This options seems to be lost when adding a syslog server on 1.2.5.

Set failed
"set 'system' 'syslog' 'host' 'server.somewhere.com:9100' 'facility' 'all' 'level' 'notice'" failed

Also the boot after the upgrade shows:
[ 335.048074] vyos-router[1455]: Starting VyOS router: migrate rl-system firewall configure failed!
[ 335.898533] vyos-config[8106]: Configuration error

Details

Difficulty level
Unknown (require assessment)
Version
1.2.5
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

This is not solved in 1.2.6-epa1. Will this be solved in 1.2.6?

syncer added subscribers: jestabro, syncer.

@jestabro can you look if we can do that in 126 or leave it for 127

This is resolved by T2332; the normalized form is:

set system syslog host server.somewhere.com port 9100
set system syslog host server.somewhere.com facility all level notice