What is the reason to using "require" instead of "use" for the setkey configuration that is used for racoon in Freebsd?
For example:
spdadd 169.254.1.2/30 169.254.1.1/30 any -P out ipsec esp/tunnel/45.45.45.45-11.11.11.11/use;
vs
spdadd 169.254.1.2/30 169.254.1.1/30 any -P out ipsec esp/tunnel/45.45.45.45-11.11.11.11/require;
Thank you for any guidance.