ref: 551b7f56cea6da9d3c18034ef59d61b207fbe163
parent: dca0b4bd8a145b59ceda4b2357de8d293da9cfcd
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jan 22 16:33:22 EST 2018
ip: make pkt interfaces unbind on close (from inferno)
--- a/sys/src/9/ip/pktmedium.c
+++ b/sys/src/9/ip/pktmedium.c
@@ -24,6 +24,7 @@
.unbind= pktunbind,
.bwrite= pktbwrite,
.pktin= pktin,
+.unbindonclose= 1,
};
/*
--
⑨