Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loopbacks edits #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion full-vqfx-vyos/host_vars/vqfx1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ host_name: vqfx1
interfaces:
- name: lo0
type: loopback
ip: 192.160.0.0/32
ip: 192.168.0.0/32
ip6: 2001:db8:1:0::/128
host_network: false
- name: xe-0/0/0
Expand Down
2 changes: 1 addition & 1 deletion full-vqfx-vyos/host_vars/vqfx2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ host_name: vqfx2
interfaces:
- name: lo0
type: loopback
ip: 192.168.0.1/32
ip: 192.168.0.3/32
ip6: 2001:db8:1::3/128
host_network: false
- name: xe-0/0/0
Expand Down
2 changes: 1 addition & 1 deletion full-vqfx-vyos/host_vars/vyos1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ host_name: vyos1
interfaces:
- name: lo
type: loopback
ip: 192.160.0.2/32
ip: 192.168.0.1/32
ip6: 2001:db8:1:0::1/128
host_network: false
- name: eth2
Expand Down
4 changes: 2 additions & 2 deletions full-vqfx-vyos/host_vars/vyos2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ host_name: vyos2
interfaces:
- name: lo
type: loopback
ip: 192.160.0.3/32
ip6: 2001:db8:1:0::3/128
ip: 192.168.0.2/32
ip6: 2001:db8:1:0::2/128
host_network: false
- name: eth3
type: ethernet
Expand Down