forked from agama-project/agama
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
798cb64
commit c86e7b3
Showing
4 changed files
with
151 additions
and
54 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
29 changes: 29 additions & 0 deletions
29
rust/migrate-wicked/tests/routes/system-connections/eth0.nmconnection
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,29 @@ | ||
[connection] | ||
id=eth0 | ||
uuid=e7736944-bd8b-4da3-8be9-84b333b2ccfa | ||
type=ethernet | ||
interface-name=eth0 | ||
|
||
[ethernet] | ||
|
||
[match] | ||
|
||
[ipv4] | ||
address1=192.168.101.5/24 | ||
address2=192.168.102.5/24 | ||
method=manual | ||
route1=192.168.101.0/24,192.168.101.1 | ||
route2=192.168.102.0/24,192.168.102.1,1 | ||
route3=192.168.102.0/24,192.168.102.2,2 | ||
route4=192.168.103.0/24,192.168.101.1 | ||
route5=192.168.104.0/24,192.168.102.1 | ||
route6=192.168.102.1/0,192.168.102.1,1 | ||
|
||
[ipv6] | ||
addr-gen-mode=default | ||
address1=2001:db8:1::5/64 | ||
method=manual | ||
route1=2001:db8:1::1/0,2001:db8:1::1 | ||
route2=2001:db8:1::/64,2001:db8:1::1,1 | ||
|
||
[proxy] |
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
21 changes: 0 additions & 21 deletions
21
rust/migrate-wicked/tests/single_gateway/system-connections/eth0.nmconnection
This file was deleted.
Oops, something went wrong.