summaryrefslogtreecommitdiff
path: root/sbin/route/show.c
AgeCommit message (Collapse)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2000-11-15Accept -inet/-inet6 etc. in route show command.Angelos D. Keromytis
2000-09-24If the route add/delete fails exit w/ 1 instead of 0Todd C. Miller
Remove register decls and make return foo vs. return (foo) consistent.
2000-07-27Don't show or delete IPsec flows with the route command -- this was aAngelos D. Keromytis
kludge to begin with, and it's about time we get rid of it.
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-10Handle wildcard case better.Angelos D. Keromytis
2000-01-10Change format of IPsec flows (yet again).Angelos D. Keromytis
2000-01-10Fix printing SAs.Angelos D. Keromytis
2000-01-09Transport ports are in network order.Angelos D. Keromytis
1999-12-20Add support for printing IPv6 addresses in IPsec flows. Formatting isAngelos D. Keromytis
just plain ugly, given the possible length variances of addresses now; a better display method is needed. Also, netmasks are no longer printed for either IPv4 or IPv6 IPsec flows (they are not printed in the other protocols display either).
1999-12-08ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch].Jun-ichiro itojun Hagino
1999-09-22routing interface sends aligned to long word boundaries; itojunTheo de Raadt
1999-02-24Grok PF_KEY.Angelos D. Keromytis
1998-09-21bad sysctl(), malloc(0), and memory leaks fixesTheo de Raadt
1998-07-09indentTheo de Raadt
1997-12-08start at appletalk...Theo de Raadt
1997-10-02Sync "route show" with "netstat -rn".Angelos D. Keromytis
1997-08-26$OpenBSD$Niklas Hallqvist
1997-06-24Fix "route show" on alpha. Some parts from Theo.Todd C. Miller
1996-12-14merge netbsd changes for show commandTheo de Raadt
yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall