-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from sown/tds/interface-changes
rename interfaces from eth0 etc to new names
- Loading branch information
Showing
12 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# OOB DMZ link | ||
[Match] | ||
Name=dmz | ||
|
||
[Link] | ||
ActivationPolicy=up | ||
[Network] | ||
ConfigureWithoutCarrier=yes | ||
Address={{gw_dmz_ip}}/24 | ||
Gateway=152.78.189.254 | ||
VRF=oob |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
roles/gw/templates/networkd/eth0.network → roles/gw/templates/networkd/mgmt.network
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Match] | ||
Name=eth0 | ||
Name=mgmt | ||
|
||
[Network] | ||
ConfigureWithoutCarrier=yes | ||
|
2 changes: 1 addition & 1 deletion
2
roles/gw/templates/networkd/dmz.netdev → roles/gw/templates/networkd/oob.netdev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[NetDev] | ||
Name=dmz | ||
Name=oob | ||
Kind=vrf | ||
|
||
[VRF] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[Match] | ||
Name=oob | ||
|
||
[Link] | ||
ActivationPolicy=up |
2 changes: 1 addition & 1 deletion
2
roles/gw/templates/networkd/eth3.network → roles/gw/templates/networkd/sown.network
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SOWN LAN | ||
[Match] | ||
Name=eth3 | ||
Name=sown | ||
|
||
[Network] | ||
ConfigureWithoutCarrier=yes | ||
|
2 changes: 1 addition & 1 deletion
2
roles/gw/templates/networkd/eth2.network → roles/gw/templates/networkd/uplink.network
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# uplink to isolutions | ||
[Match] | ||
Name=eth2 | ||
Name=uplink | ||
|
||
[Network] | ||
ConfigureWithoutCarrier=yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters