]> git.ipfire.org Git - thirdparty/libvirt.git/commit
global: consistently use IP rather than Ip in identifiers
authorLaine Stump <laine@laine.org>
Wed, 8 Jun 2016 16:48:50 +0000 (12:48 -0400)
committerLaine Stump <laine@laine.org>
Sun, 26 Jun 2016 23:33:07 +0000 (19:33 -0400)
commit22a6873a981ee0e63809bfba6b89939c62672a05
tree16751a4f56d4e06955d2c412c71b7a408ebcd5fd
parent638c6e5ba58f3ba9d19b5f0d27d97700c8614276
global: consistently use IP rather than Ip in identifiers

I'm tired of mistyping this all the time, so let's do it the same all
the time (similar to how we changed all "Pci" to "PCI" awhile back).

(NB: I've left alone some things in the esx and vbox drivers because
I'm unable to compile them and they weren't obviously *not* a part of
some API. I also didn't change a couple of variables named,
e.g. "somethingIptables", because they were derived from the name of
the "iptables" command)
24 files changed:
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/interface_conf.c
src/conf/interface_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/conf/networkcommon_conf.c
src/esx/esx_driver.c
src/esx/esx_interface_driver.c
src/esx/esx_vi.c
src/esx/esx_vi.h
src/libvirt_private.syms
src/lxc/lxc_container.c
src/lxc/lxc_native.c
src/network/bridge_driver.c
src/network/bridge_driver_linux.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/openvz/openvz_conf.c
src/qemu/qemu_driver.c
src/util/virsocketaddr.c
src/util/virsocketaddr.h
src/vbox/vbox_network.c
src/xenconfig/xen_common.c
src/xenconfig/xen_sxpr.c