From 97d737a88b33d3df97ceacb026b29b1656604a8d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 31 Mar 2011 20:20:04 +0100 Subject: examples: Add virt-dhcp-address program. This is like the mythical 'virt-ifconfig'. There is not enough certainty around the right way to be doing this for us to make a full virt tool for this. Therefore the code is just an example. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1f8ead37..9a844fa6 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ examples/create_disk examples/guestfs-examples.3 examples/inspect_vm examples/stamp-guestfs-examples.pod +examples/virt-dhcp-address fish/cmds.c fish/cmds_gperf.c fish/cmds_gperf.gperf -- cgit