summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/defaults.go
diff options
context:
space:
mode:
authorAndrea Barberio <insomniac@slackware.it>2019-01-28 00:53:04 +0000
committerinsomniac <insomniacslk@users.noreply.github.com>2019-01-28 11:21:18 +0000
commit51ac989e85d13beda9cb304fb85e0aff18e9cd98 (patch)
tree335f5968c0d0c55a5c8e1a65e997a0d331c2210a /dhcpv4/defaults.go
parent82434691f0602844a2156a4d2037d43c51900b73 (diff)
dhcpv4: moved client into dhcpv4/client4
Diffstat (limited to 'dhcpv4/defaults.go')
-rw-r--r--dhcpv4/defaults.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/dhcpv4/defaults.go b/dhcpv4/defaults.go
deleted file mode 100644
index 4faec2c..0000000
--- a/dhcpv4/defaults.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package dhcpv4
-
-const (
- ServerPort = 67
- ClientPort = 68
-)