diff options
author | Maria Matejka <mq@ucw.cz> | 2020-02-17 11:18:32 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | 3660f19dd534224da4870a507efcef5b36794506 (patch) | |
tree | 5e9a79d4cb53d5a90259f2b56c487064e2ff9c0d /nest/route.h | |
parent | c507fb41bb2e62f336357121598debab95a7c767 (diff) |
Dropping the RTS_DUMMY temporary route storage.
Kernel route sync is done by other ways now and this code is not used
currently.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 531a4ca8..9dc6a6bd 100644 --- a/nest/route.h +++ b/nest/route.h @@ -432,7 +432,6 @@ typedef struct rta { struct nexthop nh; /* Next hop */ } rta; -#define RTS_DUMMY 0 /* Dummy route to be removed soon */ #define RTS_STATIC 1 /* Normal static route */ #define RTS_INHERIT 2 /* Route inherited from kernel */ #define RTS_DEVICE 3 /* Device route */ |