Skip to content

Commit

Permalink
molecule update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctyrider committed Jan 7, 2025
1 parent 128e67f commit ec11fdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2844,6 +2844,7 @@ monitor connectivity
local-interfaces VRF_HOST_SET address-only
ip 10.10.20.1
url https://server2.local.com
icmp echo size 1300
!
vrf yellow
interval 5
Expand Down Expand Up @@ -2871,6 +2872,7 @@ monitor connectivity
server3_connectivity_monitor
local-interfaces HOST_SET
ip 10.10.10.3
icmp echo size 1200
!
host server4
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3936,6 +3936,7 @@ monitor connectivity
local-interfaces VRF_HOST_SET address-only
ip 10.10.20.1
url https://server2.local.com
icmp echo size 1300
!
vrf yellow
interval 5
Expand Down Expand Up @@ -3963,6 +3964,7 @@ monitor connectivity
server3_connectivity_monitor
local-interfaces HOST_SET
ip 10.10.10.3
icmp echo size 1200
!
host server4
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ monitor_connectivity:
ip: 10.10.10.3
local_interfaces: HOST_SET
address_only: false
icmp_echo_size: 1200
- name: server4
vrfs:
- name: red
Expand All @@ -43,6 +44,7 @@ monitor_connectivity:
ip: 10.10.20.1
local_interfaces: VRF_HOST_SET
url: https://server2.local.com
icmp_echo_size: 1300
- name: blue
local_interfaces: VRF_GLOBAL_SET
address_only: false
Expand Down

0 comments on commit ec11fdf

Please sign in to comment.