Skip to content

Commit e59d6e3

Browse files
cscarpittaCopilot
andauthored
Fix the order of the parameters passed to create_srv6_mysid_nlmsg
Co-authored-by: Copilot <[email protected]>
1 parent 57af43a commit e59d6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_tests/fpmsyncd/receive_srv6_mysids_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ namespace ut_fpmsyncd
12901290
string my_sid_table_key = get_srv6_my_sid_table_key(&_mysid, _block_len, _node_len, _func_len, _arg_len);
12911291

12921292
/* Create a Netlink object containing an SRv6 My SID with missing node length */
1293-
nl_obj = create_srv6_mysid_nlmsg(RTM_NEWSRV6LOCALSID, &_mysid, 32, 16, -1, 0, SRV6_LOCALSID_ACTION_END, NULL, NULL, NULL, 10, AF_INET6, 200);
1293+
nl_obj = create_srv6_mysid_nlmsg(RTM_NEWSRV6LOCALSID, &_mysid, 32, 16, -1, 0, SRV6_LOCALSID_ACTION_END, NULL, NULL, NULL, 10, 200, AF_INET6);
12941294

12951295
/* Send the Netlink object to the FpmLink */
12961296
ASSERT_EQ(m_fpmLink->isRawProcessing(&nl_obj->n), true);

0 commit comments

Comments
 (0)