• S
    nwfilter: Fix support for trusted DHCP servers · 7c26343b
    Stefan Berger 提交于
    Fix the support for trusted DHCP server in the ebtables code's
    hard-coded function applying DHCP only filtering rules:
    Rather than using a char * use the more flexible
    virNWFilterVarValuePtr that contains the trusted DHCP server(s)
    IP address. Process all entries.
    
    Since all callers so far provided NULL as parameter, no changes
    are necessary in any other code.
    7c26343b
nwfilter_conf.h 21.5 KB