-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(FACT-2668) Networking fact on linux should have logic for selecting IPs
- Loading branch information
Showing
4 changed files
with
94 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever | ||
1: lo inet6 ::1/128 scope host \ valid_lft forever preferred_lft forever | ||
2: ens160 inet 127.0.0.1/8 scope global dynamic ens160\ valid_lft 732sec preferred_lft 732sec | ||
2: ens160 inet 10.16.127.70/20 brd 10.16.127.255 scope global secondary ens160\ valid_lft forever preferred_lft forever | ||
2: ens160 inet6 fe80::250:56ff:fe9a:8481/64 scope link \ valid_lft forever preferred_lft forever |