Fix hostname is localhost in some VRs#3422
Conversation
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
shwstppr
left a comment
There was a problem hiding this comment.
LGTM based on code change
anuragaw
left a comment
There was a problem hiding this comment.
LGTM
(The PR is for 4.11 and needs to be forwarded to master for 4.13)
|
@anuragaw sometimes authors send PRs to older branches, in which case we forward merge the PR after testing/review. |
|
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-23 |
|
LGTM! |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-26 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-22)
|
|
Verified tests LGTM, merging now. |
|
Trillian test result (tid-29)
|
In some virtual routers, 'hostname -f' returns 'localhost'. The hostname is also 'localhost' in `/var/log/messages`. This change can fix the issue in new VRs.
Description
In some virtual routers, 'hostname -f' returns 'localhost'. The hostname is also 'localhost' in /var/log/messages
This change can fix the issue in new VRs.
To fix the issue in running VRs, please execute following commands
Types of changes