CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/11 04:47:13
Modified files:
sys/net : pf.c if_pfsync.c if_pfsync.h
Log message:
rename pfsync_up() to pfsync_is_up()
foo_up() where foo is a network driver is usually a function that
configures and brings an interface up into a running state. this
small tweak just makes the code a bit easier for me to read.
