mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
change a comment to match what the BSD4.4 book says.
This commit is contained in:
parent
18cb99e99f
commit
8a15e7f475
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)route.h 8.3 (Berkeley) 4/19/94
|
||||
* $Id: route.h,v 1.20 1996/01/30 22:58:00 mpp Exp $
|
||||
* $Id: route.h,v 1.21 1996/05/06 17:42:08 wollman Exp $
|
||||
*/
|
||||
|
||||
#ifndef _NET_ROUTE_H_
|
||||
|
|
@ -143,7 +143,7 @@ struct ortentry {
|
|||
#define RTF_MASK 0x80 /* subnet mask present */
|
||||
#define RTF_CLONING 0x100 /* generate new routes on use */
|
||||
#define RTF_XRESOLVE 0x200 /* external daemon resolves name */
|
||||
#define RTF_LLINFO 0x400 /* generated by ARP or ESIS */
|
||||
#define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */
|
||||
#define RTF_STATIC 0x800 /* manually added */
|
||||
#define RTF_BLACKHOLE 0x1000 /* just discard pkts (during updates) */
|
||||
#define RTF_PROTO2 0x4000 /* protocol specific routing flag */
|
||||
|
|
|
|||
Loading…
Reference in a new issue