- 
    Fri Nov 01 2019 Hangbin Liu <haliu@redhat.com> - 1.7-3
    
- ndptool: add -D dest support (rhbz 1697595)
- ndptool: fix potential memory leak caused by strdup (rhbz 1697595)
   
  
  - 
    Fri Nov 01 2019 Hangbin Liu <haliu@redhat.com> - 1.7-2
    
- ndptool: add -T target support (rhbz 1666194)
- ndptool: fix target parameter typo (rhbz 1666194)
- libndp: close sockfd after using to avoid handle leak (rhbz 1666194)
- libndp: fix nd_msg typo when setting target address (rhbz 1666194)
   
  
  - 
    Thu Jul 18 2019 Hangbin Liu <haliu@redhat.com> - 1.7-1
    
- Update to 1.7
- libndp: apply filter to raw socket to only accept ND messages
- libndp: move ndp_sock_{open,close}() after msg parsing functions
- ndptool: Fix compilation on musl libc
   
  
  - 
    Tue Jul 16 2019 Hangbin Liu <haliu@redhat.com> - 1.6-7
    
- Add libndp gating test (rhbz 1682325)
   
  
  - 
    Fri Sep 28 2018 Eric Garver <egarver@redhat.com> - 1.6-6
    
- Rebuilt for annocheck fixes (rhbz 1630584)
   
  
  - 
    Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
   
  
  - 
    Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-4
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
   
  
  - 
    Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-3
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
   
  
  - 
    Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
   
  
  - 
    Tue May 17 2016 Jiri Pirko <jiri@mellanox.com> - 1.6-1
    
- Update to 1.6
- libndb: reject redirect and router advertisements from non-link-local
- libndp: validate the IPv6 hop limit
- libndp: revert API change for ndp_msg_send() and add ndp_msg_send_with_flags()
- libndp: fix type of field "na" in "struct ndp_msgna"
- ndptool: add option to send messages types
- libndp: add option flags to send messages
- Add SubmittingPatches howto