[libvirt] [PATCH v2 0/2] nwfilter: fix IP address learning

Daniel P. Berrangé posted 2 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180605164225.7351-1-berrange@redhat.com
Test syntax-check passed
src/nwfilter/nwfilter_learnipaddr.c | 55 ++++++++++++++++++++++-------
src/nwfilter/nwfilter_learnipaddr.h |  2 +-
2 files changed, 43 insertions(+), 14 deletions(-)
[libvirt] [PATCH v2 0/2] nwfilter: fix IP address learning
Posted by Daniel P. Berrangé 5 years, 10 months ago
Changed in v2:

 - Use if() instead of switch()

Daniel P. Berrangé (2):
  nwfilter: fix IP address learning
  nwfilter: directly use poll to wait for packets instead of pcap_next

 src/nwfilter/nwfilter_learnipaddr.c | 55 ++++++++++++++++++++++-------
 src/nwfilter/nwfilter_learnipaddr.h |  2 +-
 2 files changed, 43 insertions(+), 14 deletions(-)

-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/2] nwfilter: fix IP address learning
Posted by John Ferlan 5 years, 10 months ago

On 06/05/2018 12:42 PM, Daniel P. Berrangé wrote:
> Changed in v2:
> 
>  - Use if() instead of switch()
> 
> Daniel P. Berrangé (2):
>   nwfilter: fix IP address learning
>   nwfilter: directly use poll to wait for packets instead of pcap_next
> 
>  src/nwfilter/nwfilter_learnipaddr.c | 55 ++++++++++++++++++++++-------
>  src/nwfilter/nwfilter_learnipaddr.h |  2 +-
>  2 files changed, 43 insertions(+), 14 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan@redhat.com>

(series)

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list