Skip to content

Commit

Permalink
Revert "linux_defaults: add local lookup priority to use for fib rules"
Browse files Browse the repository at this point in the history
This reverts commit c5403f1.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Apr 1, 2023
1 parent dbce5f1 commit ed5114d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/datapath/linux/linux_defaults/linux_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed5114d

Please sign in to comment.