|
xorp
|
Class for handling the task of add/delete MFC requests. More...
Public Member Functions | |
| AddDeleteMfc (XrlPimNode &xrl_pim_node, const PimMfc &pim_mfc, bool is_add) | |
| void | dispatch () |
| const char * | operation_name () const |
| const IPvX & | source_addr () const |
| const IPvX & | group_addr () const |
| const IPvX & | rp_addr () const |
| uint32_t | iif_vif_index () const |
| const Mifset & | olist () const |
| const Mifset & | olist_disable_wrongvif () const |
| bool | is_add () const |
Private Attributes | |
| IPvX | _source_addr |
| IPvX | _group_addr |
| IPvX | _rp_addr |
| uint32_t | _iif_vif_index |
| Mifset | _olist |
| Mifset | _olist_disable_wrongvif |
| bool | _is_add |
Class for handling the task of add/delete MFC requests.