Skip to content

Commit

Permalink
[nes]: LAG changes ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nes-repo committed Oct 23, 2015
1 parent 0465f3a commit 1a5e11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lag/lacp/lacpUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ dot3adAggPortLacpStatus_update (


bool
dot3adAggPortLacp_init (dot3adAggPortData_t *poEntry)
dot3adAggPortLacp_init (dot3adAggPortEntry_t *poEntry)
{
dot3adAggPortLacp_setDefaults (poEntry);
xBitmap_setBitRev (poEntry->oPort.au8ActorOperState, dot3adAggPortState_expired_c, 0);
xBitmap_setBitRev (poEntry->au8ActorOperState, dot3adAggPortState_expired_c, 0);

if (!dot3adAggPortLacp_setSelected (poEntry, dot3adAggPortSelection_none_c))
{
Expand All @@ -191,7 +191,7 @@ dot3adAggPortLacp_init (dot3adAggPortData_t *poEntry)
}

bool
dot3adAggPortLacp_reset (dot3adAggPortData_t *poEntry)
dot3adAggPortLacp_reset (dot3adAggPortEntry_t *poEntry)
{
/* TODO */

Expand Down

0 comments on commit 1a5e11f

Please sign in to comment.