From ed5114dc125355f0b9b45e3e2635a5701bfb689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Fri, 31 Mar 2023 15:49:51 +0200 Subject: [PATCH] Revert "linux_defaults: add local lookup priority to use for fib rules" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c5403f15c39ca98902f692953bf22b42050b279e. Signed-off-by: André Martins --- pkg/datapath/linux/linux_defaults/linux_defaults.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/datapath/linux/linux_defaults/linux_defaults.go b/pkg/datapath/linux/linux_defaults/linux_defaults.go index 42416f9245619..1258fc3f7c8b8 100644 --- a/pkg/datapath/linux/linux_defaults/linux_defaults.go +++ b/pkg/datapath/linux/linux_defaults/linux_defaults.go @@ -83,10 +83,6 @@ const ( // before the local table priority. RulePriorityIngress = 20 - // RulePriorityLocalLookup is the priority for the local lookup rule which is - // moved on init from 0 - RulePriorityLocalLookup = 100 - // RulePriorityEgress is the priority of the rule used for egress routing // of endpoints. This priority is after the local table priority. RulePriorityEgress = 110