Ignore SIGTERM during the vpp boot sequence 69/18469/2
authorDave Barach <[email protected]>
Thu, 21 Mar 2019 22:01:48 +0000 (18:01 -0400)
committerFlorin Coras <[email protected]>
Thu, 21 Mar 2019 23:17:51 +0000 (23:17 +0000)
commitd1e17d00bb81659bf9e45caa62482bf7029d98f7
tree5f50c468a8638b79806da6d4d3dffdc670cd8a06
parent9e041b10ee3e6566c7e2ef0c581afafe57569e82
Ignore SIGTERM during the vpp boot sequence

Call setjmp and mark the setjmp context valid just prior to entering the
vpp main loop.

Change-Id: I26d5cd6a624cb2a497d81eb85a62365621b3b469
Signed-off-by: Dave Barach <[email protected]>
src/vlib/main.c
src/vlib/unix/main.c