From 2a95e63343a94243745e5d7000bb3e0cb61a4a0f Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Thu, 31 Aug 2017 15:40:23 +0200 Subject: RAdv: Support for more specific routes (RFC 4191) The patch implements Default Router Preferences and More-Specific Routes (RFC 4191) for RAdv protocol, allowing to announce router preference and more specific routes in router advertisements. Routes can be exported to RAdv like to regular routing protocols. Some cleanups, bugfixes and other changes done by Ondrej Zajicek. --- filter/filter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filter') diff --git a/filter/filter.h b/filter/filter.h index 049ceb76..72b37461 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -168,6 +168,7 @@ void val_format(struct f_val v, buffer *buf); #define T_ENUM_RTC 0x33 #define T_ENUM_RTD 0x34 #define T_ENUM_ROA 0x35 +#define T_ENUM_RA_PREFERENCE 0x36 /* new enums go here */ #define T_ENUM_EMPTY 0x3f /* Special hack for atomic_aggr */ -- cgit v1.2.3