summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6/defaults.go')
-rw-r--r--dhcpv6/defaults.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/dhcpv6/defaults.go b/dhcpv6/defaults.go
new file mode 100644
index 0000000..ae14bba
--- /dev/null
+++ b/dhcpv6/defaults.go
@@ -0,0 +1,6 @@
+package dhcpv6
+
+const (
+ DefaultClientPort = 546
+ DefaultServerPort = 547
+)