mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[5381] Fixed shared network first figures
This commit is contained in:
@@ -3530,19 +3530,19 @@ src/lib/dhcpsrv/cfg_host_operations.cc -->
|
|||||||
],
|
],
|
||||||
} ]</userinput>, // end of shared-networks
|
} ]</userinput>, // end of shared-networks
|
||||||
|
|
||||||
// It is likely that in your network you'll have a mix of regular,
|
// It is likely that in your network you'll have a mix of regular,
|
||||||
// "plain" subnets and shared networks. It is perfectly valid to mix
|
// "plain" subnets and shared networks. It is perfectly valid to mix
|
||||||
// them in the same config file.
|
// them in the same config file.
|
||||||
//
|
//
|
||||||
// This is regular subnet. It's not part of any shared-network.
|
// This is regular subnet. It's not part of any shared-network.
|
||||||
"subnet4": [
|
"subnet4": [
|
||||||
{
|
{
|
||||||
"subnet": "192.0.3.0/24",
|
"subnet": "192.0.3.0/24",
|
||||||
"pools": [ { "pool": "192.0.3.1 - 192.0.3.200" } ]
|
"pools": [ { "pool": "192.0.3.1 - 192.0.3.200" } ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
} // end of Dhcp4
|
} // end of Dhcp4
|
||||||
}
|
}
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
|
@@ -3088,19 +3088,19 @@ If not specified, the default value is:
|
|||||||
]
|
]
|
||||||
} ]</userinput>, // end of shared-networks
|
} ]</userinput>, // end of shared-networks
|
||||||
|
|
||||||
// It is likely that in your network you'll have a mix of regular,
|
// It is likely that in your network you'll have a mix of regular,
|
||||||
// "plain" subnets and shared networks. It is perfectly valid to mix
|
// "plain" subnets and shared networks. It is perfectly valid to mix
|
||||||
// them in the same config file.
|
// them in the same config file.
|
||||||
//
|
//
|
||||||
// This is regular subnet. It's not part of any shared-network.
|
// This is regular subnet. It's not part of any shared-network.
|
||||||
"subnet6": [
|
"subnet6": [
|
||||||
{
|
{
|
||||||
"subnet": "2001:db9::/48",
|
"subnet": "2001:db9::/48",
|
||||||
"pools": [ { "pool": "2001:db9::/64" } ]
|
"pools": [ { "pool": "2001:db9::/64" } ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
} // end of Dhcp6
|
} // end of Dhcp6
|
||||||
}
|
}
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user