Skip to content

Commit

Permalink
Vrf: suppress SourceIpInference from VI Model JSON (#8838)
Browse files Browse the repository at this point in the history
commit-id:61ba7368
  • Loading branch information
dhalperi committed Oct 10, 2023
1 parent 3fe5a88 commit 2a1e8ec
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -390,6 +390,7 @@ public void setStaticRoutes(SortedSet<StaticRoute> staticRoutes) {
}

/** Source IP inference of locally generated IP packets, defaults to {@link InferFromFib}. */
@JsonIgnore
public @Nonnull SourceIpInference getSourceIpInference() {
return _sourceIpInference;
}
Expand Down

0 comments on commit 2a1e8ec

Please sign in to comment.