diff options
Diffstat (limited to 'dhcpv4/defaults.go')
-rw-r--r-- | dhcpv4/defaults.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dhcpv4/defaults.go b/dhcpv4/defaults.go new file mode 100644 index 0000000..4faec2c --- /dev/null +++ b/dhcpv4/defaults.go @@ -0,0 +1,6 @@ +package dhcpv4 + +const ( + ServerPort = 67 + ClientPort = 68 +) |