Skip to content

Commit 1f27a0e

Browse files
committed
route: Remove two obsolete constants.
- DragonFly BSD removed RTM_OLDADD annd RTM_OLDDEL on Aug 4th, 2017 and are now gone in both master branch and RELEASE 5.6.
1 parent 928d576 commit 1f27a0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

route/defs_dragonfly.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ const (
6161
sysRTM_REDIRECT = C.RTM_REDIRECT
6262
sysRTM_MISS = C.RTM_MISS
6363
sysRTM_LOCK = C.RTM_LOCK
64-
sysRTM_OLDADD = C.RTM_OLDADD
65-
sysRTM_OLDDEL = C.RTM_OLDDEL
6664
sysRTM_RESOLVE = C.RTM_RESOLVE
6765
sysRTM_NEWADDR = C.RTM_NEWADDR
6866
sysRTM_DELADDR = C.RTM_DELADDR

0 commit comments

Comments
 (0)