Skip to content

Commit

Permalink
netbsd: remove resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 22, 2024
1 parent b7e09e1 commit 823421b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iroh-net/src/net/interfaces/bsd/netbsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ pub(super) fn probe_routing_stack() -> RoutingStack {
(RTM_REDIRECT, rtm),
(RTM_MISS, rtm),
(RTM_LOCK, rtm),
(RTM_RESOLVE, rtm),
(RTM_NEWADDR, ifam),
(RTM_DELADDR, ifam),
(RTM_IFANNOUNCE, ifannm),
Expand Down

0 comments on commit 823421b

Please sign in to comment.