Browse Source

Update README

Baptiste Jonglez 7 years ago
parent
commit
f54eb22d2a
2 changed files with 5 additions and 1 deletions
  1. 3 1
      README.md
  2. 2 0
      examples/slash32_leases/README.md

+ 3 - 1
README.md

@@ -57,7 +57,9 @@ inserting routes in the kernel each time a DHCP client connects, and
 sending custom routes to clients using DHCP option 121.  This is mostly
 useful to hand out public IPv4 addresses to customers.
 
-See [README](examples/slash32_leases/README.md) for more details.
+See the included [README](examples/slash32_leases/README.md) for more
+explanations and the [source](examples/slash32_leases) with the script and
+an example Kea configuration.
 
 ### Debug script
 

+ 2 - 0
examples/slash32_leases/README.md

@@ -1,3 +1,5 @@
+# Handing out IPv4 addresses in /32 subnets
+
 The goal of this example is to lease IPv4 addresses individually (/32 design).
 This is essentially a "out-of-subnet" reservation mode, because clients do not
 need to be in the same IP subnet as the DHCP server.  This is mostly