Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

george-pmk
Copy link

We are adding the ability to change addresses on specific interfaces in jail dynamically.

@olevole olevole self-assigned this Jul 24, 2024
Copy link
Member

@olevole olevole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. why you remove 'makeresolv' ( modify_jnameserver function) ? As far as I understand, your change does not replace it

  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants