Skip to content

Future Work

Arvind Ramachandran edited this page Dec 1, 2017 · 27 revisions

Features Implemented

Proposed Changes To Make The Program Scalable

  • Server should be capable of storing a set of address pools which can be assigned to clients requesting an IP from multiple subnets.

    • The current server configuration provides IP addresses to incoming clients from a single address pool.
    • This pool consists of IP addresses from only the server's subnet.
    • The InstallDhcpServer() function adds all the attributes of the server including its own IP and launches the start application.
    • This should be split into 2 separate functions :
      • InstallDhcpServer(Ptr netDevice, Ipv4Address serverAddr, Ipv4Mask poolMask)
      • AddAddressPool(ApplicationContainer dhcpServerApp, Ipv4Address minAddr, Ipv4Address maxAddr, Ipv4Address gateway).
Clone this wiki locally