[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Proposed changes to transform naming..



Note that there doesn't have to be a 1-1 mapping between the dispatch
method used in an implementation and the "names" for the transforms.

One reasonable way to implement may well be to have a vector of
function pointers in the security association structure; since the
"attributes" in question are static for the life of the SPI, you might
as well instantiate a separate function for each different combination
of sub-transform attributes you care about, plus a "generic" version
which handles all the options.

					- Bill