Skip to content

Commit

Permalink
Remove private ASNs
Browse files Browse the repository at this point in the history
  • Loading branch information
vidister committed Jul 26, 2023
1 parent d9e18b8 commit 9ae9e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wanda/bgp_device_group/bgp_device_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def to_junos(self):
"name": self.name,
"peer_as": self.asn,
"type": "external",
"remove_private": True,
"export": export_policies,
"import": import_policies,
"family": {},
Expand Down

0 comments on commit 9ae9e03

Please sign in to comment.