Skip to content

Commit 8346034

Browse files
authored
Delete Invalid if condition in intfsorch.cpp (#2411)
*Delete invalid if condition for nat_zone
1 parent fd0c585 commit 8346034

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

orchagent/intfsorch.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -775,10 +775,6 @@ void IntfsOrch::doTask(Consumer &consumer)
775775
}
776776
adminStateChanged = true;
777777
}
778-
else if (field == "nat_zone")
779-
{
780-
nat_zone = value;
781-
}
782778
else if (field == "proxy_arp")
783779
{
784780
proxy_arp = value;

0 commit comments

Comments
 (0)