diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-03-08 16:27:18 +0100 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2017-03-09 13:47:00 +0100 |
commit | 665be7f6bdbf1fd8dbac45cef533bd4b1df35d4d (patch) | |
tree | 9498d4c4d9cb2533b9ddb89636bede92e00695e2 /proto | |
parent | 7126cadf80fce1af2bb4aa33f8bcb7c6b5ff1a47 (diff) |
Nest: Minor fixes in show route
Diffstat (limited to 'proto')
-rw-r--r-- | proto/static/static.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/proto/static/static.c b/proto/static/static.c index dbe490f9..55fd957c 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -570,15 +570,6 @@ static_copy_config(struct proto_config *dest, struct proto_config *src) } } - -static const char * rta_dest_names[] = { - [RTD_NONE] = "", - [RTD_UNICAST] = "unicast", - [RTD_BLACKHOLE] = "blackhole", - [RTD_UNREACHABLE] = "unreachable", - [RTD_PROHIBIT] = "prohibited", -}; - static void static_show_rt(struct static_route *r) { |