From: Neale Ranns Date: Thu, 16 Mar 2017 19:49:09 +0000 (-0400) Subject: Fix IP feature ordering. X-Git-Tag: v17.04-rc1~24 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=180279b912827c30494ec1b90ee4325a15cb337c;hp=180279b912827c30494ec1b90ee4325a15cb337c;p=vpp.git Fix IP feature ordering. Drop comes before lookup when enabled. is_first_or_last is not required when setting a feature, the anchor is added in find_config_with_features(). Don't make the PG interfaces automatically L3 enabled, this way we can have tests that check the L3 protocol disbaled behaviour. Change-Id: Icef22a920b27ff9cec6ab2da6b05f05c532cb60f Signed-off-by: Neale Ranns ---