diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2021-09-21 03:12:58 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-11-23 18:24:07 +0100 |
commit | c1879c8fc50243b1edd0b42ae365adf35f190a09 (patch) | |
tree | a6183d31c75d34825a6d86056534ac73f4139beb /ospf6d/ospf6_route.h | |
parent | lib: do not include bgpd headers in route_opaque.h (diff) | |
download | frr-c1879c8fc50243b1edd0b42ae365adf35f190a09.tar.xz frr-c1879c8fc50243b1edd0b42ae365adf35f190a09.zip |
ospf6d: remove unused constants
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r-- | ospf6d/ospf6_route.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index 633b8d77c..bb5827a17 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -148,8 +148,7 @@ struct ospf6_path { #define OSPF6_PATH_TYPE_INTER 2 #define OSPF6_PATH_TYPE_EXTERNAL1 3 #define OSPF6_PATH_TYPE_EXTERNAL2 4 -#define OSPF6_PATH_TYPE_REDISTRIBUTE 5 -#define OSPF6_PATH_TYPE_MAX 6 +#define OSPF6_PATH_TYPE_MAX 5 #define OSPF6_PATH_SUBTYPE_DEFAULT_RT 1 |