From: Dave Barach Date: Mon, 26 Nov 2018 16:04:45 +0000 (-0500) Subject: Add a feature arc consistency check X-Git-Tag: v19.04-rc0~315 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a25def7807fb46bd48462be3ec5c598fc79e2a13;hp=a25def7807fb46bd48462be3ec5c598fc79e2a13;p=vpp.git Add a feature arc consistency check Verify that last node in the computed feature order matches reality. This check doesn't make sense in all cases, so we skip it if the newly-added vnet_feature_arc_registration_t ".last_in_arc" datum is a NULL pointer. Change-Id: Ia99c3e2b2da2e4780a7d5bc71670c5742a66fef2 Signed-off-by: Dave Barach ---