mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Assign default protocol preference via proto_config_new().
The patch from Alexander V. Chernikov.
This commit is contained in:
@@ -197,6 +197,7 @@ pipe_get_status(struct proto *P, byte *buf)
|
||||
struct protocol proto_pipe = {
|
||||
name: "Pipe",
|
||||
template: "pipe%d",
|
||||
preference: DEF_PREF_PIPE,
|
||||
postconfig: pipe_postconfig,
|
||||
init: pipe_init,
|
||||
start: pipe_start,
|
||||
|
||||
Reference in New Issue
Block a user