List of all members.
Constructor & Destructor Documentation
| FibConfigForwardingSolaris::FibConfigForwardingSolaris |
( |
FeaDataPlaneManager & |
fea_data_plane_manager | ) |
|
Member Function Documentation
| virtual int FibConfigForwardingSolaris::accept_rtadv_enabled6 |
( |
bool & |
ret_value, |
|
|
string & |
error_msg |
|
) |
| const [virtual] |
Test whether the acceptance of IPv6 Router Advertisement messages is enabled or disabled.
- Parameters:
-
| ret_value | if true on return, then the acceptance of IPv6 Router Advertisement messages is enabled, otherwise is disabled. |
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigForwarding.
| virtual int FibConfigForwardingSolaris::set_accept_rtadv_enabled6 |
( |
bool |
v, |
|
|
string & |
error_msg |
|
) |
| [virtual] |
Enable or disable the acceptance of IPv6 Router Advertisement messages from other routers.
It should be enabled for hosts, and disabled for routers.
- Parameters:
-
| v | if true, then enable the acceptance of IPv6 Router Advertisement messages, otherwise disable it. |
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigForwarding.
| virtual int FibConfigForwardingSolaris::set_unicast_forwarding_enabled4 |
( |
bool |
v, |
|
|
string & |
error_msg |
|
) |
| [virtual] |
Set the IPv4 unicast forwarding engine to enable or disable forwarding of packets.
- Parameters:
-
| v | if true, then enable IPv4 unicast forwarding, otherwise disable it. |
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigForwarding.
| virtual int FibConfigForwardingSolaris::set_unicast_forwarding_enabled6 |
( |
bool |
v, |
|
|
string & |
error_msg |
|
) |
| [virtual] |
Set the IPv6 unicast forwarding engine to enable or disable forwarding of packets.
- Parameters:
-
| v | if true, then enable IPv6 unicast forwarding, otherwise disable it. |
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigForwarding.
| virtual int FibConfigForwardingSolaris::unicast_forwarding_enabled4 |
( |
bool & |
ret_value, |
|
|
string & |
error_msg |
|
) |
| const [virtual] |
Test whether the IPv4 unicast forwarding engine is enabled or disabled to forward packets.
- Parameters:
-
| ret_value | if true on return, then the IPv4 unicast forwarding is enabled, otherwise is disabled. |
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigForwarding.
| virtual int FibConfigForwardingSolaris::unicast_forwarding_enabled6 |
( |
bool & |
ret_value, |
|
|
string & |
error_msg |
|
) |
| const [virtual] |
Test whether the IPv6 unicast forwarding engine is enabled or disabled to forward packets.
- Parameters:
-
| ret_value | if true on return, then the IPv6 unicast forwarding is enabled, otherwise is disabled. |
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigForwarding.
The documentation for this class was generated from the following file: