Skip to content

Commit

Permalink
[minor_change] add support for configuration of vrf multicast with ac…
Browse files Browse the repository at this point in the history
…i_vrf_multicast module
  • Loading branch information
akinross committed Nov 4, 2023
1 parent ca6110c commit ef0efda
Show file tree
Hide file tree
Showing 4 changed files with 1,839 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/module_utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@
FABRIC_POD_SELECTOR_TYPE_MAPPING = dict(all="ALL", range="range")

TLS_MAPPING = {"tls_v1.0": "TLSv1", "tls_v1.1": "TLSv1.1", "tls_v1.2": "TLSv1.2"}

PIM_SETTING_CONTROL_STATE_MAPPING = {"fast": "fast-conv", "strict": "strict-rfc-compliant"}
Loading

0 comments on commit ef0efda

Please sign in to comment.