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 authored and lhercot committed Nov 17, 2023
1 parent 6a9e854 commit 2a0d724
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 @@ -123,3 +123,5 @@
usb_configuration_policy=dict(class_name="infraRsLeafTopoctrlUsbConfigProfilePol", tn_name="tnTopoctrlUsbConfigProfilePolName"),
),
)

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

0 comments on commit 2a0d724

Please sign in to comment.