Represents a route that will be added to or removed from a namespace. More...
#include <daemon/rib/rib-update.hpp>
Public Types | |
enum | Action { REGISTER = 0 , UNREGISTER = 1 , REMOVE_FACE = 2 } |
Public Member Functions | |
Action | getAction () const |
const Name & | getName () const |
const Route & | getRoute () const |
RibUpdate & | setAction (Action action) |
RibUpdate & | setName (const Name &name) |
RibUpdate & | setRoute (const Route &route) |
Represents a route that will be added to or removed from a namespace.
Definition at line 38 of file rib-update.hpp.
Enumerator | |
---|---|
REGISTER | |
UNREGISTER | |
REMOVE_FACE | An update triggered by a face destruction notification.
|
Definition at line 41 of file rib-update.hpp.
|
inline |
Definition at line 83 of file rib-update.hpp.
|
inline |
Definition at line 96 of file rib-update.hpp.
|
inline |
Definition at line 109 of file rib-update.hpp.
Definition at line 76 of file rib-update.hpp.
|
inline |
Definition at line 89 of file rib-update.hpp.
Definition at line 102 of file rib-update.hpp.