From 8346034b97b4d77cd0b420d289f18b01c577f088 Mon Sep 17 00:00:00 2001 From: 1002574903-ragilenetworks <1002574903@qq.com> Date: Sat, 13 Aug 2022 00:28:50 +0800 Subject: [PATCH] Delete Invalid if condition in intfsorch.cpp (#2411) *Delete invalid if condition for nat_zone --- orchagent/intfsorch.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/orchagent/intfsorch.cpp b/orchagent/intfsorch.cpp index 73ab335cc2..a8bcafa1e3 100644 --- a/orchagent/intfsorch.cpp +++ b/orchagent/intfsorch.cpp @@ -775,10 +775,6 @@ void IntfsOrch::doTask(Consumer &consumer) } adminStateChanged = true; } - else if (field == "nat_zone") - { - nat_zone = value; - } else if (field == "proxy_arp") { proxy_arp = value;