diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-11-16 22:17:39 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-17 08:48:46 -0400 |
| commit | 8801b8b0d0fbe5f3aaabcd320db1323dc8e5a533 (patch) | |
| tree | 86b34fa7261d4b69333c165f6114ae3115f46850 /ospf6d | |
| parent | 2139c76bb4b8c5cc63d605736d562a9095958721 (diff) | |
ospf6d: Fix debug line always showing up in ospf6d
The command 'debug ospf6 lsa unknown' was
always showing up, upon starting of the ospf6 daemon.
Remove this from happening. Also fix some help strings
while we are in there.
Ticket: CM-7913
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospf6d')
| -rw-r--r-- | ospf6d/ospf6_lsa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index bea153c928..f943e16bf2 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -77,8 +77,7 @@ struct ospf6_lsa_handler unknown_handler = "Unknown", "Unk", ospf6_unknown_lsa_show, - NULL, - OSPF6_LSA_DEBUG, + NULL }; void |
