]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Add channel config flag to distinguish new or copy
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 3 Oct 2022 16:53:21 +0000 (18:53 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 3 Oct 2022 18:18:12 +0000 (20:18 +0200)
commit8478de8817c58af02f7aed1d621013891115a2dc
tree4db1e74a47b5a2c0243d13998df2b2b4ef6ae9b0
parent92a856554780c262f188acb4cdcee363bf6dd1bb
Nest: Add channel config flag to distinguish new or copy

It is useful to distinguish whehter channel config returned from
channel_config_get() was allocated new, or existing from template.
Caller may want to initialize new ones.
nest/proto.c
nest/protocol.h