Change network configuration to use macros.
authorRichard Jones <rjones@redhat.com>
Tue, 4 May 2010 14:06:09 +0000 (15:06 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 4 May 2010 14:26:20 +0000 (15:26 +0100)
commit8a9f2ca65521d093ac14307aca4370d9497ac840
treeff1e57378920875ac8a00e4a2ea2a7fd89031985
parent7d005a9ae820cff3274b456d99b0031d7277a61a
Change network configuration to use macros.

Change the network configuration so everything is set using
some macros at the top of src/guestfs.c.

Also, rename the macros used in the daemon so they are not the
same.  It was a very long time since these sets of macros had to
match the ones defined in src/guestfs.c, despite what the comment
said.

Note that this commit should not change the semantics of the
program at all.
daemon/guestfsd.c
src/guestfs.c