All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Netroot updates and multinic test-suite
@ 2009-06-24 18:08 Philippe Seewer
       [not found] ` <1245866912-3643-1-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Philippe Seewer @ 2009-06-24 18:08 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Philippe Seewer

This is a first start at a multinic testsuite, some
improvements to netroot and a bugfix.

Patches can be pulled from 
git://github.com/seewer/dracut-seewer.git
as well

Philippe Seewer (5):
  Bugfix: Fix BOOTIF argument translation
  Give the kernel some time to up interfaces
  Be a bit more optimistic when setting mtus
  Add DAD do dhclient-script
  Add multinic test suite

 modules.d/40network/dhclient-script |   19 +++-
 modules.d/40network/ifup            |    3 +-
 modules.d/40network/net-genrules.sh |    2 +-
 test/TEST-50-MULTINIC/Makefile      |   10 ++
 test/TEST-50-MULTINIC/client-init   |    9 ++
 test/TEST-50-MULTINIC/dhcpd.conf    |   36 ++++++
 test/TEST-50-MULTINIC/exports       |    1 +
 test/TEST-50-MULTINIC/hard-off.sh   |    2 +
 test/TEST-50-MULTINIC/hosts         |    5 +
 test/TEST-50-MULTINIC/server-init   |   30 +++++
 test/TEST-50-MULTINIC/test.log      |   48 ++++++++
 test/TEST-50-MULTINIC/test.sh       |  225 +++++++++++++++++++++++++++++++++++
 12 files changed, 384 insertions(+), 6 deletions(-)
 create mode 100644 test/TEST-50-MULTINIC/Makefile
 create mode 100755 test/TEST-50-MULTINIC/client-init
 create mode 100644 test/TEST-50-MULTINIC/dhcpd.conf
 create mode 100644 test/TEST-50-MULTINIC/exports
 create mode 100755 test/TEST-50-MULTINIC/hard-off.sh
 create mode 100644 test/TEST-50-MULTINIC/hosts
 create mode 100755 test/TEST-50-MULTINIC/server-init
 create mode 100644 test/TEST-50-MULTINIC/test.log
 create mode 100755 test/TEST-50-MULTINIC/test.sh

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-06-26  7:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 18:08 [PATCH 0/5] Netroot updates and multinic test-suite Philippe Seewer
     [not found] ` <1245866912-3643-1-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
2009-06-24 18:08   ` [PATCH 1/5] Bugfix: Fix BOOTIF argument translation Philippe Seewer
2009-06-24 18:08   ` [PATCH 2/5] Give the kernel some time to up interfaces Philippe Seewer
     [not found]     ` <1245866912-3643-3-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
2009-06-26  3:02       ` David Dillow
     [not found]         ` <1245985355.30948.14.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2009-06-26  7:07           ` Seewer Philippe
2009-06-24 18:08   ` [PATCH 3/5] Be a bit more optimistic when setting mtus Philippe Seewer
2009-06-24 18:08   ` [PATCH 4/5] Add DAD do dhclient-script Philippe Seewer
     [not found]     ` <1245866912-3643-5-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
2009-06-24 18:39       ` David Dillow
     [not found]         ` <1245868789.31775.16.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org>
2009-06-24 19:56           ` Seewer Philippe
     [not found]             ` <4A4284D3.5050007-omB+W0Dpw2o@public.gmane.org>
2009-06-26  2:45               ` David Dillow
2009-06-24 18:08   ` [PATCH 5/5] Add multinic test suite Philippe Seewer
     [not found]     ` <1245866912-3643-6-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
2009-06-26  2:56       ` David Dillow
     [not found]         ` <1245985005.30948.11.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2009-06-26  6:43           ` Seewer Philippe
2009-06-26  3:20   ` [PATCH 0/5] Netroot updates and multinic test-suite David Dillow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.