summaryrefslogtreecommitdiff
path: root/sbin/route/show.c
AgeCommit message (Expand)Author
2004-07-05fix warning: extra tokens at end of #undef; ok henningPeter Valchev
2004-06-25remove netiso and netns codeHenning Brauer
2004-06-16Fix -S flag with new show code. ok claudio@Cedric Berger
2004-06-15Cleanup last commit here:Todd C. Miller
2004-06-15do not crash on 'route flush'Theo de Raadt
2004-06-12Make route show output similar to netstat -r output.Claudio Jeker
2004-06-06add new "-src" and "-srcmask" modifiers to make it possible to add a sourceCedric Berger
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
2003-07-02missing protosTheo de Raadt
2003-06-26ansi and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
2000-07-27Don't show or delete IPsec flows with the route command -- this was aAngelos D. Keromytis
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
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