Skip to content

Commit

Permalink
Merge branch 'devel' into feat/port_channel_interfaces/isis_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmikantchintakindi authored Nov 13, 2024
2 parents c3023aa + 461a3b7 commit 746679e
Show file tree
Hide file tree
Showing 294 changed files with 6,196 additions and 9,070 deletions.
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ skip_list:
- meta-no-info # Ansible-lint does not honor meta-schema with standalone: false
- var-naming[no-role-prefix] # TODO: Fix internal variable names as a breaking change for AVD 5.0.0
kinds:
- yaml: "**/molecule/**/inventory/host_vars/roles.yml"
- yaml: "**/molecule/**/inventory/host_vars/host1/roles.yml"
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ router_ospf:
- id: 10
vrf: C1_VRF1
passive_interface_default: true
router_id: 10.255.1.1
no_passive_interfaces:
- Ethernet3.10
router_id: 10.255.1.1
redistribute:
bgp:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ router_ospf:
- id: 10
vrf: C1_VRF1
passive_interface_default: true
router_id: 10.255.1.2
no_passive_interfaces:
- Ethernet4.10
router_id: 10.255.1.2
redistribute:
bgp:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ router_ospf:
- id: 10
vrf: C1_VRF1
passive_interface_default: true
router_id: 10.255.1.3
no_passive_interfaces:
- Ethernet2
router_id: 10.255.1.3
redistribute:
bgp:
enabled: true
Expand Down
Loading

0 comments on commit 746679e

Please sign in to comment.