commit | 084b79553f2be1ad6cab8c36e69328096b49d558 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Feb 26 22:00:53 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Feb 26 22:00:53 2017 +0000 |
tree | 87b3f035c43594c6de1f20c19232e5c852fdff15 | |
parent | e38e261ae635a240c80226a78526036bdbc7bcca [diff] [blame] |
tools: nfdc route remove command refs #3866 Change-Id: Iffbcf3face8758a52d35a854408f9910f4ba6c0b
diff --git a/tools/nfdc/rib-module.hpp b/tools/nfdc/rib-module.hpp index cca1ef4..aee2c8b 100644 --- a/tools/nfdc/rib-module.hpp +++ b/tools/nfdc/rib-module.hpp
@@ -52,6 +52,11 @@ static void add(ExecuteContext& ctx); + /** \brief the 'route remove' command + */ + static void + remove(ExecuteContext& ctx); + void fetchStatus(Controller& controller, const function<void()>& onSuccess,