Skip to content

Commit

Permalink
RIF loopback enable (#727)
Browse files Browse the repository at this point in the history
* RIF loopback enable
  • Loading branch information
itaibaz authored and lguohan committed Oct 26, 2017
1 parent 0e26f5a commit b5ce803
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions inc/sairouterinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,15 @@ typedef enum _sai_router_interface_attr_t
*/
SAI_ROUTER_INTERFACE_ATTR_V6_MCAST_ENABLE,

/**
* @brief Loopback enable (whether a packet can ingress and egress same RIF)
*
* @type bool
* @flags CREATE_AND_SET
* @default true
*/
SAI_ROUTER_INTERFACE_ATTR_LOOPBACK_ENABLE,

/**
* @brief End of attributes
*/
Expand Down

0 comments on commit b5ce803

Please sign in to comment.