From 32f95476a8d60508ca9d24fe20b09899b72de9d7 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 6 Oct 2011 22:48:49 +0200 Subject: Signal problems with route installation to kernel tables. --- sysdep/unix/krt.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sysdep/unix/krt.h') diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index c88bc48..f83e6ee 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -19,7 +19,7 @@ struct kif_proto; #include "lib/krt-set.h" #include "lib/krt-iface.h" -/* Flags stored in net->n.flags */ +/* Flags stored in net->n.flags, rest are in nest/route.h */ #define KRF_VERDICT_MASK 0x0f #define KRF_CREATE 0 /* Not seen in kernel table */ @@ -28,9 +28,6 @@ struct kif_proto; #define KRF_DELETE 3 /* Should be deleted */ #define KRF_IGNORE 4 /* To be ignored */ -#define KRF_INSTALLED 0x80 /* This route should be installed in the kernel */ - - #define EA_KRT_PREFSRC EA_CODE(EAP_KRT, 0) #define EA_KRT_REALM EA_CODE(EAP_KRT, 1) -- cgit v1.2.3