summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-07-30 15:37:31 -0500
committerDan Williams <dcbw@redhat.com>2014-08-29 18:46:11 -0500
commit448254f76197fc74ebba8c2419605c64e5b2cd23 (patch)
tree8f400741c032d8a9f992c4cc159f492a881f26ca /.gitignore
parenta27c7e3721151ba8db1920d088b5f61af4910b74 (diff)
downloadNetworkManager-448254f76197fc74ebba8c2419605c64e5b2cd23.tar.gz
ibft: add settings plugin for reading iBFT configuration (bgo #734009)
Instead of handling iBFT (iSCSI Boot Firmware Table) in the ifcfg-rh plugin, create a new plugin for it. This allows all distributions to use iBFT configuration, and makes both iBFT handling and ifcfg-rh less complicated. The plugin (like the old ifcfg-rh code) creates read-only connections backed by the data exported by iscsiadm. The plugin does not support adding new connections or modifying existing connections (since the iBFT data is read-only anyway). Instead, users should change their iBFT data through the normal firmware interfaces. Unmanaged devices can be configured through NetworkManager.conf and the normal 'keyfile' mechanisms. (In the future, we'll read this data directly from the kernel's /sys/firmware/ibft/ethernetX directory instead of iscsiadm, since the kernel has all the information we need and that's where iscsiadm gets it from anyway.) https://bugzilla.gnome.org/show_bug.cgi?id=734009
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ca36160d4c..6df12700a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -222,6 +222,7 @@ valgrind-*.log
/src/dhcp-manager/tests/test-dhcp-dhclient
/src/dhcp-manager/tests/test-dhcp-options
/src/dnsmasq-manager/tests/test-dnsmasq-utils
+/src/settings/plugins/ibft/tests/test-ibft
/src/settings/plugins/ifcfg-rh/tests/network-scripts/*-Test_Write_*
/src/settings/plugins/ifcfg-rh/tests/network-scripts/Test_Write_*
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh