rougail-output-doc/tests/results/test_without_family/00_6port.changelog.sh

37 lines
3.8 KiB
Bash
Raw Normal View History

2025-10-14 12:58:39 +02:00
New variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
variable1 │ A port variable. │
2025-10-14 12:58:39 +02:00
 port   basic   mandatory  │ Validators: │
│ │ • well-known ports (1 to 1023) are │
2025-10-14 12:58:39 +02:00
│ │ allowed │
│ │ • registred ports (1024 to 49151)
2025-10-14 12:58:39 +02:00
│ │ are allowed │
│ │ • private ports (greater than │
│ │ 49152) are allowed │
2025-10-14 12:58:39 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
variable2 │ A port variable with default value. │
2025-10-14 12:58:39 +02:00
 port   standard   mandatory  │ Validators: │
│ │ • well-known ports (1 to 1023) are │
2025-10-14 12:58:39 +02:00
│ │ allowed │
│ │ • registred ports (1024 to 49151)
2025-10-14 12:58:39 +02:00
│ │ are allowed │
│ │ • private ports (greater than │
│ │ 49152) are allowed │
2025-10-14 12:58:39 +02:00
│ │ Default: 8080
├───────────────────────────────────────┼──────────────────────────────────────┤
variable3 │ A port variable with integer default │
2025-10-14 12:58:39 +02:00
 port   standard   mandatory  │ value. │
│ │ Validators: │
│ │ • well-known ports (1 to 1023) are │
2025-10-14 12:58:39 +02:00
│ │ allowed │
│ │ • registred ports (1024 to 49151)
2025-10-14 12:58:39 +02:00
│ │ are allowed │
│ │ • private ports (greater than │
│ │ 49152) are allowed │
2025-10-14 12:58:39 +02:00
│ │ Default: 8080
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-27 21:59:39 +01:00