eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
498 stars 305 forks source link

fix(web): Fixed firewall service pid in GwtNetworkService #5328

Closed pierantoniomerlino closed 1 month ago

pierantoniomerlino commented 1 month ago

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

This PR fixes the GwtNetworkService in the web bundle that prevents the correct application of the firewall IPv4 rules.

MMaiero commented 1 month ago

@pierantoniomerlino Do we need to perform a back port to 5.5.x?

pierantoniomerlino commented 1 month ago

@MMaiero No, it is related to the refactor for removing the old networking (eclipse/kura#5318).