On Tue, 2009-07-14 at 23:18 -0400, Sebastien Roy wrote: > On Tue, 2009-07-14 at 18:37 -0700, Peter Memishian wrote: > > * Section 7.2: Seems like there would be some locking issues associated > > with direct access to IP functions like ip_bind_v6() from another > > driver. How have these been resolved? > > The iptun module
Gah, this paragraph got clipped somehow. The iptun module serializes the bind operations by synchronizing access to each iptun_t (one conn_t per iptun_t). -Seb
