| 1234567891011121314151617181920212223 | ContributingThanks for your interest in contributing to the aoetools.  The bestway to submit proposed changes is in plain-text "patches".  Thesepatches are generated by the diff program.Patches should be clean (to the point and easy to read) and should doone thing.  Send multiple patches if necessary.  Patches should begenerated with "diff -uprN" if possible, and should be designed to beapplied with "patch -p1".Design note:The aoe-mkdevs and aoe-mkshelf scripts are expected to work withspecial device files forever, but the aoe-discover script will likelysomeday use sysfs or something similar instead of/dev/etherd/discover.  The same goes for aoe-interfaces.  For thatreason, there is no runtime interface for giving aoe-discover analternative to /dev/etherd at runtime.  Instead, the device directoryis set once and for all by make.  That way, the user interface won'tchange or become obsolete when aoe-discover stops using/dev/etherd/discover.
 |