This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/fergalmoran/DnsServer.git
synced
2026-05-15 07:36:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad74afa91e6db9c4470b8b49e736d50d7d6d88da
DnsServer
/
DnsServerCore
/
Dhcp
History
Shreyas Zare
ad74afa91e
DhcpServer: fixed issue in FindScope() which required the relay agent ip address to be in the scope range.
2020-10-04 13:49:31 +05:30
..
Options
DHCP options codee refactoring done.
2020-09-26 18:09:01 +05:30
DhcpMessage.cs
DhcpMessage: updated code to removed assumption of Ethernet hardware address type.
2020-08-29 14:13:14 +05:30
DhcpOption.cs
removed unused dhcp option parsing.
2019-06-15 13:23:27 +05:30
DhcpServer.cs
DhcpServer: fixed issue in FindScope() which required the relay agent ip address to be in the scope range.
2020-10-04 13:49:31 +05:30
DhcpServerException.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Exclusion.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Lease.cs
Lease: using enum in place of constant.
2020-09-26 18:09:50 +05:30
Scope.cs
Scope: added IsAddressInNetwork() to check if an address is in the network defined by the subnet mask.
2020-10-04 13:48:15 +05:30