mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
When printing the interface name from the ipstate_t struct the interface
name in is_ifp may not always be avaiable when reading it from kmem
(tested on FreeBSD and NetBSD). However the is_ifname (the interface
name character string) is almost always available -- it is not available
when the source of the packet is a process running on the firewall
itself. Rather than print both interface name strings, print only the
one.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| common | ||
| ipf | ||
| ipfs | ||
| ipfstat | ||
| ipfsync | ||
| ipftest | ||
| iplang | ||
| ipmon | ||
| ipnat | ||
| ippool | ||
| ipresend | ||
| ipscan | ||
| ipsend | ||
| libipf | ||
| Makefile | ||
| Makefile.inc | ||