diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-01-30 04:54:25 -0500 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-02-11 15:49:49 -0200 | 
| commit | 95ce849b58cb8706b32d6cfb957286c8007da37e (patch) | |
| tree | 62b76d34d6fbdcd520ff02bd55d3a1b5f4decb98 /lib/northbound.h | |
| parent | d01b92fd7507d64bec89350daf725aa6fb9fdcf4 (diff) | |
libs, rip, isis: change northbound operation enum to DESTROY
Change the northbound lib operation from DELETE to DESTROY;
make the required changes in the users of the northbound, in
the cli, rip, ripng, and isis.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'lib/northbound.h')
| -rw-r--r-- | lib/northbound.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound.h b/lib/northbound.h index 557c4fb7ce..4d760e2d33 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -65,7 +65,7 @@ enum nb_event {  enum nb_operation {  	NB_OP_CREATE,  	NB_OP_MODIFY, -	NB_OP_DELETE, +	NB_OP_DESTROY,  	NB_OP_MOVE,  	NB_OP_APPLY_FINISH,  	NB_OP_GET_ELEM,  | 
