Skip to content

Commit 5293bf8

Browse files
add source to get effective route
1 parent 0d15d21 commit 5293bf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ResourceManager/Network/Commands.Network/Models/PSEffectiveRoute.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public class PSEffectiveRoute
2626
[JsonProperty(Order = 1)]
2727
public string State { get; set; }
2828

29+
[JsonProperty(Order = 1)]
30+
public string Source { get; set; }
31+
2932
[JsonProperty(Order = 1)]
3033
public List<string> AddressPrefix { get; set; }
3134

0 commit comments

Comments
 (0)