Ignore SIGTERM during the vpp boot sequence 22/18522/1
authorDave Barach <[email protected]>
Thu, 21 Mar 2019 22:01:48 +0000 (18:01 -0400)
committerYichen Wang <[email protected]>
Mon, 25 Mar 2019 23:08:09 +0000 (23:08 +0000)
commit327fbae5959f52c7fe670d8d204faaf2c8781a17
treed69b004fece348badcd55e66e132c86c12fefc02
parent0d961549c08ccc6d25cf384fdc8a1c982384219e
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]>
(cherry picked from commit d1e17d00bb81659bf9e45caa62482bf7029d98f7)
src/vlib/main.c
src/vlib/unix/main.c