diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-15 23:30:17 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-16 10:18:07 -0400 |
| commit | 47a08aa968e451b81030e010d41da6def3d2c577 (patch) | |
| tree | 5925cef0e68d5dea5ec91d88dcec8b6c4f042772 /zebra/zebra_ns.h | |
| parent | e69aa084193bcadc7a48c99c381741e8ff307658 (diff) | |
zebra: Upon client disconnect remove routes from all tables
It is possible for clients to install routes into tables
that they desire. Modify the code to delete these routes
from these tables as well.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_ns.h')
| -rw-r--r-- | zebra/zebra_ns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h index 19ecba1f0e..f6b8f5f9b3 100644 --- a/zebra/zebra_ns.h +++ b/zebra/zebra_ns.h @@ -90,4 +90,6 @@ extern struct route_table *zebra_ns_get_table(struct zebra_ns *zns, struct zebra_vrf *zvrf, uint32_t tableid, afi_t afi); int zebra_ns_config_write(struct vty *vty, struct ns *ns); + +unsigned long zebra_ns_score_proto(u_char proto, u_short instance); #endif |
