[PR #515] [MERGED] feat: IPv6 support #541

Closed
opened 2026-05-07 00:21:25 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/515
Author: @speed47
Created: 12/18/2024
Status: Merged
Merged: 1/3/2025
Merged by: @speed47

Base: masterHead: ipv6


📝 Commits (3)

  • c42b103 feat: IPv6 support
  • c3d806b fix: is_in_any_net: support matching netblocks
  • 853e518 enh: tests: add --skip-functional-tests --skip-unit-tests

📊 Changes

22 files changed (+888 additions, -206 deletions)

View changed files

📝 bin/proxy/osh-http-proxy-worker (+19 -19)
📝 bin/shell/osh.pl (+38 -17)
📝 doc/sphinx/administration/configuration/bastion_conf.rst (+24 -0)
📝 docker/Dockerfile.opensuse15 (+1 -1)
📝 docker/Dockerfile.ubuntu1804 (+1 -1)
📝 etc/bastion/bastion.conf.dist (+10 -0)
📝 lib/perl/OVH/Bastion.pm (+34 -10)
📝 lib/perl/OVH/Bastion/ProxyHTTP.pm (+15 -4)
📝 lib/perl/OVH/Bastion/allowdeny.inc (+132 -105)
📝 lib/perl/OVH/Bastion/allowkeeper.inc (+5 -4)
📝 lib/perl/OVH/Bastion/configuration.inc (+9 -2)
📝 tests/functional/docker/docker_build_and_run_tests.sh (+1 -0)
📝 tests/functional/docker/target_role.sh (+1 -1)
📝 tests/functional/launch_tests_on_instance.sh (+45 -29)
📝 tests/functional/tests.d/340-selfaccesses.sh (+2 -2)
📝 tests/functional/tests.d/350-groups.sh (+5 -5)
tests/functional/tests.d/355-ipv6.sh (+104 -0)
📝 tests/functional/tests.d/380-config-options.sh (+2 -2)
📝 tests/functional/tests.d/395-mfa-scp-sftp-rsync.sh (+2 -2)
📝 tests/functional/tests.d/500-http-proxy.sh (+7 -2)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/515 **Author:** [@speed47](https://github.com/speed47) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `ipv6` --- ### 📝 Commits (3) - [`c42b103`](https://github.com/ovh/the-bastion/commit/c42b1038ab8374da0fcc351cffe3304c71210453) feat: IPv6 support - [`c3d806b`](https://github.com/ovh/the-bastion/commit/c3d806b3650a61287205467467d3c2fe3b475a65) fix: is_in_any_net: support matching netblocks - [`853e518`](https://github.com/ovh/the-bastion/commit/853e518291985516bc1b10b59fdd67ff197d4951) enh: tests: add --skip-functional-tests --skip-unit-tests ### 📊 Changes **22 files changed** (+888 additions, -206 deletions) <details> <summary>View changed files</summary> 📝 `bin/proxy/osh-http-proxy-worker` (+19 -19) 📝 `bin/shell/osh.pl` (+38 -17) 📝 `doc/sphinx/administration/configuration/bastion_conf.rst` (+24 -0) 📝 `docker/Dockerfile.opensuse15` (+1 -1) 📝 `docker/Dockerfile.ubuntu1804` (+1 -1) 📝 `etc/bastion/bastion.conf.dist` (+10 -0) 📝 `lib/perl/OVH/Bastion.pm` (+34 -10) 📝 `lib/perl/OVH/Bastion/ProxyHTTP.pm` (+15 -4) 📝 `lib/perl/OVH/Bastion/allowdeny.inc` (+132 -105) 📝 `lib/perl/OVH/Bastion/allowkeeper.inc` (+5 -4) 📝 `lib/perl/OVH/Bastion/configuration.inc` (+9 -2) 📝 `tests/functional/docker/docker_build_and_run_tests.sh` (+1 -0) 📝 `tests/functional/docker/target_role.sh` (+1 -1) 📝 `tests/functional/launch_tests_on_instance.sh` (+45 -29) 📝 `tests/functional/tests.d/340-selfaccesses.sh` (+2 -2) 📝 `tests/functional/tests.d/350-groups.sh` (+5 -5) ➕ `tests/functional/tests.d/355-ipv6.sh` (+104 -0) 📝 `tests/functional/tests.d/380-config-options.sh` (+2 -2) 📝 `tests/functional/tests.d/395-mfa-scp-sftp-rsync.sh` (+2 -2) 📝 `tests/functional/tests.d/500-http-proxy.sh` (+7 -2) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:21:25 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#541
No description provided.