From 716ae64097f6a7b5dc3b2c6223df4e2a0d6894f0 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 18 Nov 1998 16:37:10 +0000 Subject: [PATCH] RTF_MAGIC in this file no longer is the same as kernel source. Commented the definition out here (do we still need this file?) --- ipppd/route.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipppd/route.h b/ipppd/route.h index c0b001d6..5ad6abb9 100644 --- a/ipppd/route.h +++ b/ipppd/route.h @@ -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