ipfilter: Adjust userland returns to conform to style(9)Adjust ipfilter's userland return statements to conform to style(9).(cherry picked from commit 2582ae5740181e0d2bab10003d66ae91c9b56329)
ipflter: ANSIfy userland function declarationsConvert ipfilter userland function declarations from K&R to ANSI. Thissyncs our function declarations with NetBSD hg commit 75edcd7552a0(apply our ch
ipflter: ANSIfy userland function declarationsConvert ipfilter userland function declarations from K&R to ANSI. Thissyncs our function declarations with NetBSD hg commit 75edcd7552a0(apply our changes). Though not copied from NetBSD, this change waspartially inspired by NetBSD's work and inspired by style(9).Reviewed by: glebius (for #network)Differential Revision: https://reviews.freebsd.org/D33595(cherry picked from commit efeb8bffe34422937c7f8df836afb5b817366d16)
show more ...
ipfilter: Move userland bits to sbinThrough fixes and improvements our ipfilter sources have divergedenough to warrant move from contrib into sbin/ipf. Now that I'mplanning on implementing MSS cl
ipfilter: Move userland bits to sbinThrough fixes and improvements our ipfilter sources have divergedenough to warrant move from contrib into sbin/ipf. Now that I'mplanning on implementing MSS clamping as in iptables it makes moresense to move ipfilter to sbin.This is the second of three commits of the ipfilter move.Suggested by glebius on two occaions.Suggested by and discussed with: glebiusReviewed by: glebius, kp (for #network)Differential Revision: https://reviews.freebsd.org/D33510(cherry picked from commit 41edb306f05651fcaf6c74f9e3557f59f80292e1)