]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Allow zebra to gracefully handle rtadv when not configured
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 May 2020 13:58:36 +0000 (09:58 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 21 May 2020 11:42:04 +0000 (07:42 -0400)
commite748c7a42abeaa7d56eb5c16537894017ede6366
tree1f284e49adc7643f5296043ed6f981b78ec56e31
parentd3f604f0d682686cc083233981886daeeeea63c1
zebra: Allow zebra to gracefully handle rtadv when not configured

Currently zebra when you compile without router advertisements
will just say something like `cannot handle message 42`.  Which
is not terribly useful to an end user.

Add some smarts to the zapi message handling to just do nothing
and output a debug if someone has it turned on.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rtadv.c
zebra/zapi_msg.c