Skip to content

Commit

Permalink
feat(device): adds --advertise-routes flag in the vpn command
Browse files Browse the repository at this point in the history
There may be cases where it is desired that a device, preferrably the
edge to advertise the subnet to the VPN peers in order to access other
devices on the network that may or may not be on rapyuta.io. This commit
adds the flag to indicate that a device has to advertise routes
configured in a project.

Usage:
    rio device vpn true --devices=edge01 --advertise-routes
  • Loading branch information
pallabpain authored and ankitrgadiya committed Dec 13, 2023
1 parent c4cd332 commit 6cea521
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 354 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ graphlib-backport = ">=1.0.3"
jinja2 = ">=3.0.1"
munch = ">=2.4.0"
pyyaml = ">=5.4.1"
rapyuta-io = ">=1.12.0"
rapyuta-io = ">=1.13.0"
tabulate = ">=0.8.0"
pyrfc3339 = ">=1.1"
directory-tree = ">=0.0.3.1"
Expand Down
Loading

0 comments on commit 6cea521

Please sign in to comment.