| History log of /src/sbin/route/keywords.sh |
| Revision | | Date | Author | Comments |
| 1.11 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.10 |
| 11-Nov-2011 |
gdt | branches: 1.10.6; Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2.
RTF_ANNOUNCE was defined as RTF_PROTO2. The flag is used to indicated that host should act as a proxy for a link level arp or ndp request. (If RTF_PROTO2 is used as an experimental flag (as advertised), various problems can occur.)
This commit provides a first-class definition with its own bit for RTF_ANNOUNCE, removes the old aliasing definitions, and adds support for the new RTF_ANNOUNCE flag to netstat(8) and route(8).,
Also, remove unused RTF_ flags that collide with RTF_PROTO1: netinet/icmp6.h defined RTF_PROBEMTU as RTF_PROTO1 netinet/if_inarp.h defined RTF_USETRAILERS as RTF_PROTO1 (Neither of these flags are used anywhere. Both have been removed to reduce chances of collision with RTF_PROTO1.)
Figuring this out and the diff are the work of Beverly Schwartz of BBN.
(Passed release build, boot in VM, with no apparently related atf failures.)
Approved for Public Release, Distribution Unlimited This material is based upon work supported by the Defense Advanced Research Projects Agency and Space and Naval Warfare Systems Center, Pacific, under Contract No. N66001-09-C-2073.
|
| 1.9 |
| 26-Jun-2010 |
kefren | branches: 1.9.6; add MPLS clue - mpls and tag keywords
|
| 1.8 |
| 12-May-2010 |
kefren | Update also keywords.{c,h} generator in order to reflect latest changes.
|
| 1.7 |
| 19-Jul-2003 |
jrf | This is an updated submitted patch originally written by Jim Rees and sent in by Greg Hudson as seen in PR misc/3227. Basically what it does is adds a flushall option which deletes all but localhost routes. This is done by andoring in a flag called doall (1 means do all routes including gateway, 0 means do a regular flush). I have seen some platforms that do this. I tested it out on ipv4 only, it works as advertised. Commit was approved by christos@.
|
| 1.6 |
| 27-Jan-2001 |
itojun | add a keyword, cloned
|
| 1.5 |
| 02-Jul-1999 |
itojun | IPv6-ready route command (-inet6 and -prefixlen are added)
|
| 1.4 |
| 03-Apr-1997 |
christos | - Add netatalk bits - Add prototypes - Fix printf formats
|
| 1.3 |
| 16-Dec-1996 |
cgd | declare the keywords structure 'extern' in keywords.h, to avoid a common defn.
|
| 1.2 |
| 15-Nov-1996 |
gwr | Remove comment that was no longer applicable.
|
| 1.1 |
| 15-Nov-1996 |
gwr | As discussed some time ago, add a "show" sub-command. Also allow compilation with -DSMALL to ommit support for non-essential protocols (i.e. when built into a ramdisk). Use a less hack-ish way to generate keywords.[ch] and just check in the result (helps ../../distrib/utils/x_route).
|
| 1.9.6.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.9.6.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.10.6.1 |
| 23-Jun-2013 |
tls | resync from head
|