Skip to content

Commit

Permalink
TODO: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dceara committed Jul 31, 2024
1 parent 85464ef commit 68a010f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions northd/northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ static bool vxlan_mode;
#define REG_ACL_TIER "reg8[30..31]"

enum acl_observation_stage {
ACL_OBS_FROM_LPORT,
ACL_OBS_FROM_LPORT_AFTER_LB,
ACL_OBS_TO_LPORT,
ACL_OBS_FROM_LPORT = 0,
ACL_OBS_FROM_LPORT_AFTER_LB = 1,
ACL_OBS_TO_LPORT = 2,
ACL_OBS_STAGE_MAX
};

Expand Down

0 comments on commit 68a010f

Please sign in to comment.