Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 committed Jun 4, 2024
1 parent 67bad21 commit 904d701
Showing 1 changed file with 83 additions and 82 deletions.
165 changes: 83 additions & 82 deletions plugins/modules/ios_vrf_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
# -------------
#
# before: {}
#
# commands:
# - vrf definition VRF2
# - description This is a test VRF for merged state
Expand All @@ -174,9 +175,9 @@
# - route-target import 192.0.2.3:200
# - vnet tag 200
# - vpn id 2:45
#
# after:
# name: VRF2
# - name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
Expand Down Expand Up @@ -249,22 +250,22 @@
# ------------
#
# before:
# name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "2:3"
# route_target:
# export: "192.0.2.0:100"
# import_config: "192.0.2.3:200"
# vnet:
# tag: 200
# vpn:
# id: "2:45"
# - name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "2:3"
# route_target:
# export: "192.0.2.0:100"
# import_config: "192.0.2.3:200"
# vnet:
# tag: 200
# vpn:
# id: "2:45"
#
# commands:
# - vrf definition VRF7
Expand All @@ -278,38 +279,38 @@
# - vpn id 5:45
#
# after:
# name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "2:3"
# route_target:
# export: "192.0.2.0:100"
# import_config: "192.0.2.3:200"
# vnet:
# tag: 200
# vpn:
# id: "2:45
# name: VRF7
# description: VRF7 description
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "7:8"
# route_target:
# export: "198.51.100.112:500"
# import_config: "192.0.2.4:400"
# vnet:
# tag: 300
# vpn:
# id: "5:45"
# - name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "2:3"
# route_target:
# export: "192.0.2.0:100"
# import_config: "192.0.2.3:200"
# vnet:
# tag: 200
# vpn:
# id: "2:45
# - name: VRF7
# description: VRF7 description
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "7:8"
# route_target:
# export: "198.51.100.112:500"
# import_config: "192.0.2.4:400"
# vnet:
# tag: 300
# vpn:
# id: "5:45"
#
# After state:
# -------------
Expand Down Expand Up @@ -385,38 +386,38 @@
# ------------
#
# before:
# name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "2:3"
# route_target:
# export: "192.0.2.0:100"
# import_config: "192.0.2.3:200"
# vnet:
# tag: 200
# vpn:
# id: "2:45
# name: VRF7
# description: VRF7 description
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "7:8"
# route_target:
# export: "198.51.100.112:500"
# import_config: "192.0.2.4:400"
# vnet:
# tag: 300
# vpn:
# id: "5:45"
# - name: VRF2
# description: This is a test VRF for merged state
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "2:3"
# route_target:
# export: "192.0.2.0:100"
# import_config: "192.0.2.3:200"
# vnet:
# tag: 200
# vpn:
# id: "2:45
# - name: VRF7
# description: VRF7 description
# ipv4:
# multicast:
# multitopology: true
# ipv6:
# multicast:
# multitopology: true
# rd: "7:8"
# route_target:
# export: "198.51.100.112:500"
# import_config: "192.0.2.4:400"
# vnet:
# tag: 300
# vpn:
# id: "5:45"
#
# commands:
# - vrf definition VRF2
Expand Down

0 comments on commit 904d701

Please sign in to comment.