commit | fbfd09839119d36622454aa8f6c18709239d4949 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sun Sep 09 20:59:03 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Sun Sep 09 20:59:03 2012 -0500 |
tree | 1da23cbd297da75eb6e26191128b47e16487f7b0 | |
parent | 810a5b50dd754ea19408e238db9cf4ccfa7a44a6 [diff] [blame] |
Routing Table Calculation and Fib Manipulation Complete
diff --git a/nlsr_npt.h b/nlsr_npt.h index 997cb71..d564312 100644 --- a/nlsr_npt.h +++ b/nlsr_npt.h
@@ -19,5 +19,7 @@ int add_npt_entry(char *orig_router, char *name_prefix, int face); void print_npt(void); void delete_orig_router_from_npt(char *orig_router,int next_hop_face); +void update_npt_with_new_route(char * orig_router,int next_hop_face); +void destroy_all_face_by_nlsr(void); #endif