Page MenuHomeVyOS Platform

syslog protocol can be set multiple times per facility for the same host
Resolved (N/A)PublicBUG

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)

Event Timeline

Since the user can specify both protocols inside, we'll probably have to duplicate the whole things if we detect that.

Or we can make protocol a multi node.

erkin set Issue type to Bug (incorrect behavior).Aug 31 2021, 6:10 PM

There is no protocol under facility settings anymore, so the issue is no longer relevant.