Hi,

I'm trying to write a kernel module for a custom proxy module for ipnat,
but I'm a bit confused by the changes made in the ipfilter API in
OpenSolaris.

The functions I need to use to register/unregister a custom proxy are
appr_add and appr_del. (ip_proxy.c) In OpenSolaris, these have an extra
parameter ifs, which doesn't make a lot of sense to me in this context:
I'd say kernel modules and proxies aren't IP instance specific, so
shouldn't the ipf parameter be dropped here, and its ifs_ap_proxylist
and ifs_ap_proxies members be changed back to global variables in
ip_proxy.c?

If not, how should I register a new proxy module that will be available
to all current and future IP instances?

Onno

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to