From 72aed1a00ba9e18116d6fd907f7e1a36d0a0a583 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 23 Mar 2012 00:26:26 +0100 Subject: Adds krt_source route attribute. Thanks Jeremie Dimino for the original patch. --- sysdep/unix/krt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdep/unix/krt.h') diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index b0c4dc5e..aa1eccaa 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -28,8 +28,9 @@ struct kif_proto; #define KRF_DELETE 3 /* Should be deleted */ #define KRF_IGNORE 4 /* To be ignored */ -#define EA_KRT_PREFSRC EA_CODE(EAP_KRT, 0) -#define EA_KRT_REALM EA_CODE(EAP_KRT, 1) +#define EA_KRT_SOURCE EA_CODE(EAP_KRT, 0) +#define EA_KRT_PREFSRC EA_CODE(EAP_KRT, 1) +#define EA_KRT_REALM EA_CODE(EAP_KRT, 2) /* Whenever we recognize our own routes, we allow learing of foreign routes */ -- cgit v1.2.3