Merge pull request #14053 from tatref/patch-1

Fix bridge example
This commit is contained in:
Usha Mandya 2022-01-14 15:54:41 +05:30 committed by GitHub
commit fed962506b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -219,11 +219,11 @@ the settings you need to customize.
```json
{
"bip": "192.168.1.5/24",
"fixed-cidr": "192.168.1.5/25",
"bip": "192.168.1.1/24",
"fixed-cidr": "192.168.1.0/25",
"fixed-cidr-v6": "2001:db8::/64",
"mtu": 1500,
"default-gateway": "10.20.1.1",
"default-gateway": "192.168.1.254",
"default-gateway-v6": "2001:db8:abcd::89",
"dns": ["10.20.1.2","10.20.1.3"]
}