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

Fix listen_ip bug and relax interface regex #494

Merged
merged 3 commits into from
Mar 29, 2018

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

The old regex didn't match for enp0s5 for example. Other values are
possible as well. We should match for ^e*

This Pull Request (PR) fixes the following issues

Fixes #493

The old regex didn't match for enp0s5 for example. Other values are
possible as well. We should match for ^e*
@bastelfreak bastelfreak added the bug Something isn't working label Mar 29, 2018
@bastelfreak bastelfreak force-pushed the fix_listen_ip_address branch 4 times, most recently from 0216638 to 5aa2114 Compare March 29, 2018 09:26
@alexjfisher alexjfisher changed the title enhance interface regex to match predictable names Fix listen_ip bug and relax interface regex Mar 29, 2018
@bastelfreak bastelfreak merged commit a591612 into voxpupuli:master Mar 29, 2018
@bastelfreak bastelfreak deleted the fix_listen_ip_address branch March 29, 2018 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

listenip in agent not resolving to IP address from network interface name
2 participants