IP-over-IP protocol statistics.
import openbsd n = openbsd.netstat.Netstat() print n.ipipstats()
The example output below was produced using the building Python pretty-printer. See the netstat parent page for an example of how this is done.
{ 'family': 0L, 'hdrops': 0L, 'ibytes': 0L, 'ipackets': 0L, 'obytes': 0L, 'opackets': 0L, 'pdrops': 0L, 'qfull': 0L, 'spoof': 0L, 'unspec': 0L}
<--previous | contents | next--> | (12/21/04) |