mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Change default mode of pipes to transparent.
Opaque pipes are obsolete and should disappear in the future.
This commit is contained in:
parent
fbcb7d5faf
commit
c4ae53858b
@ -25,7 +25,7 @@ CF_ADDTO(proto, pipe_proto '}')
|
|||||||
pipe_proto_start: proto_start PIPE {
|
pipe_proto_start: proto_start PIPE {
|
||||||
this_proto = proto_config_new(&proto_pipe, sizeof(struct pipe_config));
|
this_proto = proto_config_new(&proto_pipe, sizeof(struct pipe_config));
|
||||||
this_proto->preference = DEF_PREF_PIPE;
|
this_proto->preference = DEF_PREF_PIPE;
|
||||||
PIPE_CFG->mode = PIPE_OPAQUE;
|
PIPE_CFG->mode = PIPE_TRANSPARENT;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user