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

update packer #571

Merged
merged 2 commits into from
Nov 6, 2024
Merged

update packer #571

merged 2 commits into from
Nov 6, 2024

Conversation

marcushines
Copy link
Contributor

No description provided.

@marcushines
Copy link
Contributor Author

/gcbrun

@marcushines
Copy link
Contributor Author

/gcbrun

@marcushines marcushines merged commit b25db18 into main Nov 6, 2024
8 of 9 checks passed
@marcushines marcushines deleted the hines1 branch November 6, 2024 21:47
@@ -77,6 +77,10 @@ build {
"echo \"fs.inotify.max_user_watches=25600000\" | sudo tee -a /etc/sysctl.conf", # configure inotify for cisco xrd containers
"echo \"fs.inotify.max_queued_events=13107200\" | sudo tee -a /etc/sysctl.conf", # configure inotify for cisco xrd containers
"echo \"kernel.pid_max=1048575\" | sudo tee -a /etc/sysctl.conf", # configure pid_max for cisco 8000e containers
"sudo modprobe br_netfilter",
"sudo echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables",
Copy link
Contributor

Choose a reason for hiding this comment

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

I missed this earlier - does this actually work? you usually need to do echo 1 | sudo tee /proc/.... sudo echo redirects output as the user into procfs which won't work.

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.

3 participants