Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oor/control/lisp_xtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ xtr_recv_info_nat(lisp_xtr_t *xtr, lbuf_t *buf, uconn_t *uc)

/* SMR proxy-ITRs list to be updated with new mappings */
if (smr_required){
OOR_LOG(LDBG_1,"Selected RTR list has changed. Programing SMR");
OOR_LOG(LDBG_1,"Selected RTR list has changed. Programming SMR");
xtr_program_smr(xtr, 1);
}

Expand Down
2 changes: 1 addition & 1 deletion oor/liblisp/lisp_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ lisp_addr_get_ip_pref_addr(lisp_addr_t *addr)
{
switch (lisp_addr_lafi(addr)) {
case LM_AFI_IP:
OOR_LOG(LDBG_3, "lisp_addr_get_ip_pref_addr: Not applicable to ip addressess");
OOR_LOG(LDBG_3, "lisp_addr_get_ip_pref_addr: Not applicable to ip addresses");
return (NULL);
case LM_AFI_IPPREF:
return (addr);
Expand Down