History log of /freebsd-current/tools/debugscripts/netstat-anr.gdb
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a9903d52 09-Apr-2015 Gleb Smirnoff <glebius@FreeBSD.org>

Remove debugging code that sneaked in.


# 1ab64a61 09-Apr-2015 Gleb Smirnoff <glebius@FreeBSD.org>

Provide a gdb script, that prints routing tables from a live kernel or a
core file, much like 'netstat -anr' does it for living kernel.

Right now only AF_INET routing table is printed. AF_INET6 needs to
be done. But the most difficult part of the script (recursion!) is
complete.

Sponsored by: Nginx, Inc.