libvirt/src/conf
Stefan Berger 0e0f6021ce Use libvirt's existing ipv6/ipv4 parser/printer rather than self-written ones
This patch changes the network filtering code to use libvirt's existing
IPv4 and IPv6 address parsers/printers rather than my self-written ones.

I am introducing a new function in network.c that counts the number of
bits in a netmask and ensures that the given address is indeed a netmask,
return -1 on error or values of 0-32 for IPv4 addresses and 0-128 for
IPv6 addresses. I then based the function checking for valid netmask
on invoking this function.
2010-03-30 11:18:04 -04:00
..
capabilities.c Remove virConnectPtr from CPU XML APIs 2010-02-10 13:32:38 +00:00
capabilities.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
cpu_conf.c Helper function for making a copy of virCPUDefPtr 2010-03-26 23:03:17 +01:00
cpu_conf.h Helper function for making a copy of virCPUDefPtr 2010-03-26 23:03:17 +01:00
domain_conf.c Implement XML parser/formatter for "timer" subelement of domain clock 2010-03-30 13:57:40 +02:00
domain_conf.h Implement XML parser/formatter for "timer" subelement of domain clock 2010-03-30 13:57:40 +02:00
domain_event.c Add domain events for graphics network clients 2010-03-26 13:53:20 +00:00
domain_event.h Add domain events for graphics network clients 2010-03-26 13:53:20 +00:00
interface_conf.c Use common XML parsing functions 2010-03-23 15:40:10 +01:00
interface_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
network_conf.c Use common XML parsing functions 2010-03-23 15:40:10 +01:00
network_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
node_device_conf.c Use common XML parsing functions 2010-03-23 15:40:10 +01:00
node_device_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
nwfilter_conf.c Use libvirt's existing ipv6/ipv4 parser/printer rather than self-written ones 2010-03-30 11:18:04 -04:00
nwfilter_conf.h Use libvirt's existing ipv6/ipv4 parser/printer rather than self-written ones 2010-03-30 11:18:04 -04:00
nwfilter_params.c Add XML parser extensions for network filtering 2010-03-26 18:01:16 +00:00
nwfilter_params.h filter new files through cppi, so syntax-check passes once again 2010-03-26 22:47:30 +01:00
secret_conf.c Use common XML parsing functions 2010-03-23 15:40:10 +01:00
secret_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_conf.c Use common XML parsing functions 2010-03-23 15:40:10 +01:00
storage_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_encryption_conf.c Remove virConnectPtr from storage APIs & driver 2010-02-10 13:32:11 +00:00
storage_encryption_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00