Skip to content

Commit

Permalink
feat: Add choices for encapsulation protocol in netbox_tunnel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richbibby committed Jul 25, 2024
1 parent 916d003 commit 0179d65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/modules/netbox_tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@
encapsulation:
description:
- The encapsulation protocol or technique employed to effect the tunnel
choices:
- ipsec-transport
- ipsec-tunnel
- ip-ip
- gre
required: true
type: raw
type: str
ipsec_profile:
description:
- The IPSec Profile employed to negotiate security associations
Expand Down

0 comments on commit 0179d65

Please sign in to comment.