K 10 svn:author V 8 melifaro K 8 svn:date V 27 2015-09-27T04:54:29.690993Z K 7 svn:log V 367 rtsock requests for deleting interface address lles started to return EPERM instead of old "ignore-and-return 0" in r287789. This broke arp -da / ndp -cn behavior (they exit on rtsock command failure). Fix this by translating LLE_IFADDR to RTM_PINNED flag, passing it to userland and making arp/ndp ignore these entries in batched delete. MFC after: 2 weeks END