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

23 lines
2.6 KiB
Bash
Raw Normal View History

2025-10-14 12:58:39 +02:00
New variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
var1 │ An IP. │
2025-10-14 12:58:39 +02:00
 IP   standard   mandatory  │ Validator: reserved IP are allowed │
│ │ Default: 1.1.1.1 │
├───────────────────────────────────────┼──────────────────────────────────────┤
var2 │ An IP in CIDR format. │
2025-10-14 12:58:39 +02:00
 IP   standard   mandatory  │ Validators: │
2025-11-29 22:21:06 +01:00
│ │ • IP must be in CIDR format │
│ │ • reserved IP are allowed │
2025-10-14 12:58:39 +02:00
│ │ Default: 1.1.1.1/24 │
│ │ Example: 192.168.0.128/25 │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ An IP in CIDR format with obsolete │
 CIDR   standard   mandatory  │ CIDR type. │
│ │ Validator: IP must be in CIDR format │
2025-10-14 12:58:39 +02:00
│ │ Default: 1.1.1.1/24 │
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-27 21:59:39 +01:00