Skip to content

Commit

Permalink
Implement Internal Routing Capability.
Browse files Browse the repository at this point in the history
Change-Id: I0e3017f730a046f099c71116ded023aa2f45d154
(cherry picked from commit cc8e746)
  • Loading branch information
mcpark84 authored and gunine committed Mar 12, 2021
1 parent f06f5d6 commit babde9c
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ private Constants() {
public static final int CLI_MARGIN_LENGTH = 2;

public static final int PRIORITY_STATEFUL_SNAT_RULE = 40500;
public static final int PRIORITY_INTERNAL_ROUTING_RULE = 41000;
}
Loading

0 comments on commit babde9c

Please sign in to comment.