Attention is currently required from: laforge, fixeria. Hello Jenkins Builder, laforge, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28718
to look at the new patch set (#2).
Change subject: vty: Define peer proto during 'peer' node cmd ......................................................................
vty: Define peer proto during 'peer' node cmd
This way we lock the type (proto) of each peer at creation time. Otherwise, having the possibility of changing the protocol of the peer makes all the code too complex and there's no good way to prevent the protocol from being changed at any time creating unexpected issues. If the user wants to change the protocol, she can do so by removing the peer and re-adding it through the VTY with the desired protocol.
Change-Id: I47756dddd8f9b8450ba14c914614fd2391d5486e --- M doc/examples/osmo-cbc/osmo-cbc.cfg M src/cbc_vty.c 2 files changed, 40 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/18/28718/2