B bsd-source Mar 23, 2015 #1 Is there a way I can just make ipfstat without having to make ipf? Making ipf will also make all the tools which includes ipfstat.
Is there a way I can just make ipfstat without having to make ipf? Making ipf will also make all the tools which includes ipfstat.
protocelt Mar 23, 2015 #2 Hi, From my limited understanding ipstat is somewhat similar to ifconfig(8). If ipstat is all you want maybe ifconfig(8) could work for you instead?
Hi, From my limited understanding ipstat is somewhat similar to ifconfig(8). If ipstat is all you want maybe ifconfig(8) could work for you instead?
SirDice Administrator Staff member Administrator Moderator Mar 23, 2015 #3 It's not a port or a package, it's part of the base OS.
OP B bsd-source Mar 24, 2015 Thread Starter #4 SirDice said: It's not a port or a package, it's part of the base OS. Click to expand... Yeah, big oops on that one. I knew it wasn't a port but for some reason I put that. Looks like I figured out a solution. It appears the following works: Code: cd /usr/src/sbin/ipf make libipf ipfstat
SirDice said: It's not a port or a package, it's part of the base OS. Click to expand... Yeah, big oops on that one. I knew it wasn't a port but for some reason I put that. Looks like I figured out a solution. It appears the following works: Code: cd /usr/src/sbin/ipf make libipf ipfstat