aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/lisp-cp
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-16 12:33:12 +0200
committerDave Wallace <dwallacelf@gmail.com>2017-10-16 14:18:09 +0000
commitc7fc97ad85993956a5e76c2ea69dbd90b34360ac (patch)
tree34dcf0074b5c6b1f95e742af767f28bc9986f507 /src/vnet/lisp-cp
parentf90813d64c4d1aee3a51609e85e632b1f9a37536 (diff)
jvpp: stop plugin intialization on first mismatch
Java bindings use get_message_id from jvpp-common to detect if messages known at compile time are avaliable at runtime. In case of missing entry, Java exception is propagated via JNI using (*env)->ThrowNew. But this function does not end code execution so, in order to prevent unexpected behaviour (e.g. calling vl_msg_api_set_handlers with id == 0), get_message_id caller should do it manually. Change-Id: I2edb5013fd3658dcdd77a867b5cdf62e559ee071 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'src/vnet/lisp-cp')
0 files changed, 0 insertions, 0 deletions