Page MenuHomeVyOS Platform

syslog protocol can be set multiple times per facility for the same host
Open, Requires assessmentPublicBUG

Description

host 10.100.100.1:12345 {

    facility all {
        level all
        protocol tcp
    }
    facility kern {
        protocol tcp
    }
    facility user {
        protocol udp
    }
}

results in: '*.*;kern.err;user.err @10.100.100.1:12345'

Protocol needs to be moved into the host node.

Details

Difficulty level
Normal (likely a few hours)
Version
1.3
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)