RTF_MAGIC in this file no longer is the same as kernel source.

Commented the definition out here (do we still need this file?)
This commit is contained in:
paul 1998-11-18 16:37:10 +00:00
parent 5503abe8cc
commit 716ae64097
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
#define RTF_NOFORWARD 0x1000 /* Forwarding inhibited */
#define RTF_THROW 0x2000 /* Go to next class */
#define RTF_NOPMTUDISC 0x4000 /* Do not send packets with DF */
#if 0
#define RTF_MAGIC 0x8000 /* Route added/deleted authomatically,
* when interface changes its state. */
#endif
#endif