index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
route
/
show.c
Age
Commit message (
Expand
)
Author
2004-07-05
fix warning: extra tokens at end of #undef; ok henning
Peter Valchev
2004-06-25
remove netiso and netns code
Henning Brauer
2004-06-16
Fix -S flag with new show code. ok claudio@
Cedric Berger
2004-06-15
Cleanup last commit here:
Todd C. Miller
2004-06-15
do not crash on 'route flush'
Theo de Raadt
2004-06-12
Make route show output similar to netstat -r output.
Claudio Jeker
2004-06-06
add new "-src" and "-srcmask" modifiers to make it possible to add a source
Cedric Berger
2003-08-26
mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent
Jun-ichiro itojun Hagino
2003-07-02
missing protos
Theo de Raadt
2003-06-26
ansi and protos
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2000-11-15
Accept -inet/-inet6 etc. in route show command.
Angelos D. Keromytis
2000-09-24
If the route add/delete fails exit w/ 1 instead of 0
Todd C. Miller
2000-07-27
Don't show or delete IPsec flows with the route command -- this was a
Angelos D. Keromytis
2000-01-14
show blackhole flag; ura@hiru.aoba.yokohama.jp
Theo de Raadt
2000-01-10
Handle wildcard case better.
Angelos D. Keromytis
2000-01-10
Change format of IPsec flows (yet again).
Angelos D. Keromytis
2000-01-10
Fix printing SAs.
Angelos D. Keromytis
2000-01-09
Transport ports are in network order.
Angelos D. Keromytis
1999-12-20
Add support for printing IPv6 addresses in IPsec flows. Formatting is
Angelos D. Keromytis
1999-12-08
ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch].
Jun-ichiro itojun Hagino
1999-09-22
routing interface sends aligned to long word boundaries; itojun
Theo de Raadt
1999-02-24
Grok PF_KEY.
Angelos D. Keromytis
1998-09-21
bad sysctl(), malloc(0), and memory leaks fixes
Theo de Raadt
1998-07-09
indent
Theo de Raadt
1997-12-08
start at appletalk...
Theo de Raadt
1997-10-02
Sync "route show" with "netstat -rn".
Angelos D. Keromytis
1997-08-26
$OpenBSD$
Niklas Hallqvist
1997-06-24
Fix "route show" on alpha. Some parts from Theo.
Todd C. Miller
1996-12-14
merge netbsd changes for show command
Theo de Raadt