Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork85
ability to bind IP to particular interface#772
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
olevole left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
why you remove 'makeresolv' ( modify_jnameserver function) ? As far as I understand, your change does not replace it
please use MACROS_CMD cmd: 'egrep' -> '${GREP_CMD} -E' (egrep is deprecated), 'wc' -> ${WC_CMD}, 'cut' -> ${CUT_CMD} ...
this is necessary to protect the launch of any CBSD scripts from execution on systems where the external utilities used by scripts may not be available
We are adding the ability to change addresses on specific interfaces in jail dynamically.