When entering `show zebra client` allow the display of the client->notify_status
for route updates.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
} else
vty_out(vty, "Not registered for Nexthop Updates\n");
+ vty_out(vty, "Client will %sbe notified about it's routes status\n",
+ client->notify_owner ? "" : "Not ");
+
last_read_time = (time_t)atomic_load_explicit(&client->last_read_time,
memory_order_relaxed);
last_write_time = (time_t)atomic_load_explicit(&client->last_write_time,