Skip to content

Conversation

@chrngc
Copy link
Contributor

@chrngc chrngc commented Dec 4, 2025

Merge Checklist

All boxes should be checked before merging the PR

  • [v] The changes in the PR have been built and tested
  • [] cgmanifest file has been updated if required
  • [v] Ready to merge

Description

Allowed type 8 incoming ping requests in ip4save for iso image

Any Newly Introduced Dependencies

in edge-microvisor-toolkit/toolkit/imageconfigs/full.json, added configure-ip4save.sh as post-installation script from edge-microvisor-toolkit/toolkit/imageconfigs/additionalconfigs/

How Has This Been Tested?

Built the image, booted it in a vm, and cat /etc/systemd/scripts/ip4save

@chrngc chrngc requested a review from a team as a code owner December 4, 2025 10:26
@chrngc chrngc changed the title Patch 2 ip4save patch Dec 4, 2025
@chrngc chrngc changed the title ip4save patch ip4save config change Dec 4, 2025
@chrngc chrngc changed the base branch from 3.0 to 3.0-dev December 4, 2025 10:34
@chrngc chrngc requested a review from a team as a code owner December 4, 2025 10:34
Added ip4save changes for iso
Post installation script for iso to allow type 8 incoming ping
Copy link
Contributor

@andy-vm andy-vm left a comment

Choose a reason for hiding this comment

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

  • please post jira ticket here for traceability
  • please share icmp ping test result, e.g. ping is working as expected

@chrngc
Copy link
Contributor Author

chrngc commented Dec 9, 2025

@azril-ahmad
Copy link

azril-ahmad commented Dec 11, 2025

Is there any concern if we modify directly to the ipv4 config file instead of creating post-script ?
https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0-dev/SPECS/iptables/ip4save

@cheeyanglee
Copy link
Contributor

Is there any concern if we modify directly to the ipv4 config file instead of creating post-script ? https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0-dev/SPECS/iptables/ip4save

change in SPECS will make this change to all image

@azril-ahmad
Copy link

Is there any concern if we modify directly to the ipv4 config file instead of creating post-script ? https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0-dev/SPECS/iptables/ip4save

change in SPECS will make this change to all image

Yes know that, but what would be your recommendation @cheeyanglee ? since ICMP Type-8 (echo/ping) inbound is safe to enabled do we still required post-installation script ?

@cheeyanglee
Copy link
Contributor

Yes know that, but what would be your recommendation @cheeyanglee ? since ICMP Type-8 (echo/ping) inbound is safe to enabled do we still required post-installation script ?

to me apply to SPECS are better option if this is also safe for immutable image. Otherwise we have no choice but to make it part of installation script.

@cheeyanglee cheeyanglee merged commit 49cd3c5 into open-edge-platform:3.0-dev Dec 15, 2025
8 of 12 checks passed
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.

4 participants