mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
Correct CIDR example IP address in documentation
This commit is contained in:
@@ -71,7 +71,7 @@ CIDR (Classless Inter-Domain Routing) notation specifies IP address ranges using
|
||||
|
||||
**Examples:**
|
||||
|
||||
- `144.234.11.22/24` - Matches all 256 IPs from 192.168.1.0 to 192.168.1.255
|
||||
- `192.168.1.0/0` - Matches all 256 IPs from 192.168.1.0 to 192.168.1.255
|
||||
- `10.0.0.0/8` - Matches any IP starting with 10 (16.7 million addresses)
|
||||
- `2001:db8::/32` - Matches a range of IPv6 addresses
|
||||
- `0.0.0.0/0` - Matches all IPv4 addresses
|
||||
|
||||
Reference in New Issue
Block a user