Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Best way to unmount io-pkt packet filter: (1 Item)
   
Best way to unmount io-pkt packet filter  
What is the best way to get an io-pkt packet filter ‘unmounted’? I realize there’s no umount support for io-pkt and 
the suggestion on the wiki is to include a resource manager interface. If I do add a resource manager interface, will 
something similar to deinit_module in the wiki example really remove the filter from io-pkt (pidin –P io-pkt-v4 mem 
does not list the filter)? If deinit_module does not completely remove the filter, what are our alternatives? I guess we
 could start a second instance of io-pkt, add our filter to that second instance and then slay the second io‑pkt 
instance to clean-up our filter. Any insights are greatly appreciated.

Mark