CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/12 08:31:23
Modified files:
sys/netinet : ipsec_input.c
Log message:
Instead of printing a debug message at the end of processing, panic
early if the IPsec security protocol is unknown. ipsec_common_input()
and ipsec_common_input_cb() can only be called with the IP protocols
ESP, AH, or IPComp. Everything else is a programming mistake.
OK claudio@
