1
0
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:
Ondrej Zajicek
2012-01-24 11:31:00 +01:00
parent 09686693d3
commit 39c028e9e9
14 changed files with 10 additions and 8 deletions

View File

@@ -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,