Skip to content

Commit

Permalink
Delete Invalid if condition in intfsorch.cpp (sonic-net#2411)
Browse files Browse the repository at this point in the history
*Delete invalid if condition for nat_zone
  • Loading branch information
1002574903 committed Aug 12, 2022
1 parent fd0c585 commit 8346034
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orchagent/intfsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8346034

Please sign in to comment.