From b29499996bbc1612a63a7e715bb53a8abf0940e3 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 25 Apr 2017 19:02:31 +0200 Subject: [PATCH] Nest: Update of show route cmd Some code cleanup, multiple bugfixes, allows to specify also channel for 'show route export'. Interesting how such apparenty simple thing like show route cmd has plenty of ugly corner cases. --- doc/bird.sgml | 57 +++------ nest/config.Y | 51 ++++++-- nest/proto.c | 19 +++ nest/protocol.h | 1 + nest/route.h | 18 +-- nest/rt-table.c | 314 ++++++++++++++++++++++++++++-------------------- 6 files changed, 272 insertions(+), 188 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 1777b8f3..0e072dd2 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -924,13 +924,10 @@ This argument can be omitted if there exists only a single instance. Show the list of symbols defined in the configuration (names of protocols, routing tables etc.). -