Skip to content

Commit

Permalink
rerun molecule after dropping commit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilarista committed Feb 26, 2024
1 parent 991e482 commit 3f19532
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,23 @@ vlan_interfaces:
shutdown: false
mtu: 1500
ipv6_enable: true
ipv6_address: 2a00:106::2/64
ipv6_virtual_router_addresses:
- 2a00:106::1
ipv6_attached_host_route_export:
enabled: true
distance: 19
ipv6_address: 2a00:106::2/64
ipv6_virtual_router_addresses:
- 2a00:106::1
- name: Vlan107
description: Inband Management
shutdown: false
mtu: 1500
ipv6_enable: true
ipv6_address: 2a00:107::2/64
ipv6_virtual_router_addresses:
- 2a00:107::1
ipv6_attached_host_route_export:
enabled: true
distance: 19
ipv6_address: 2a00:107::2/64
ipv6_virtual_router_addresses:
- 2a00:107::1
port_channel_interfaces:
- name: Port-Channel11
description: MLAG_PEER_inband-mgmt-parent-ipv6-2_Po11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,24 @@ vlan_interfaces:
mtu: 1500
vrf: INBANDMGMT
ipv6_enable: true
ipv6_address: 2a00:106::3/64
ipv6_virtual_router_addresses:
- 2a00:106::1
ipv6_attached_host_route_export:
enabled: true
distance: 19
ipv6_address: 2a00:106::3/64
ipv6_virtual_router_addresses:
- 2a00:106::1
- name: Vlan107
description: Inband Management
shutdown: false
mtu: 1500
vrf: INBANDMGMT
ipv6_enable: true
ipv6_address: 2a00:107::3/64
ipv6_virtual_router_addresses:
- 2a00:107::1
ipv6_attached_host_route_export:
enabled: true
distance: 19
ipv6_address: 2a00:107::3/64
ipv6_virtual_router_addresses:
- 2a00:107::1
port_channel_interfaces:
- name: Port-Channel11
description: MLAG_PEER_inband-mgmt-parent-ipv6-1_Po11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,23 +171,23 @@ vlan_interfaces:
shutdown: false
mtu: 1500
vrf: INBANDMGMT
ip_address: 192.168.101.2/24
ip_virtual_router_addresses:
- 192.168.101.1
ip_attached_host_route_export:
enabled: true
distance: 19
ip_address: 192.168.101.2/24
ip_virtual_router_addresses:
- 192.168.101.1
- name: Vlan102
description: Inband Management
shutdown: false
mtu: 1500
vrf: INBANDMGMT
ip_address: 192.168.102.2/24
ip_virtual_router_addresses:
- 192.168.102.1
ip_attached_host_route_export:
enabled: true
distance: 19
ip_address: 192.168.102.2/24
ip_virtual_router_addresses:
- 192.168.102.1
vxlan_interface:
Vxlan1:
description: inband-mgmt-parent-vrf_VTEP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,22 @@ vlan_interfaces:
description: Inband Management
shutdown: false
mtu: 1500
ip_address: 192.168.101.2/24
ip_virtual_router_addresses:
- 192.168.101.1
ip_attached_host_route_export:
enabled: true
distance: 19
ip_address: 192.168.101.2/24
ip_virtual_router_addresses:
- 192.168.101.1
- name: Vlan102
description: Inband Management
shutdown: false
mtu: 1500
ip_address: 192.168.102.2/24
ip_virtual_router_addresses:
- 192.168.102.1
ip_attached_host_route_export:
enabled: true
distance: 19
ip_address: 192.168.102.2/24
ip_virtual_router_addresses:
- 192.168.102.1
vxlan_interface:
Vxlan1:
description: inband-mgmt-parent_VTEP
Expand Down

0 comments on commit 3f19532

Please sign in to comment.