All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [RFC PATCH v3 0/3] Simplify network setup
@ 2017-04-03 12:45 Petr Vorel
  2017-04-03 12:45 ` [LTP] [RFC PATCH v3 1/3] gitignore: Prefixing filenames Petr Vorel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Petr Vorel @ 2017-04-03 12:45 UTC (permalink / raw)
  To: ltp

From: Petr Vorel <petr.vorel@gmail.com>

Changes v2->v3:
Fixed most of issues reported by Alexey.

Petr Vorel (3):
  gitignore: Prefixing filenames
  network: Add tool for setup IP variables
  network: Use tst_net_vars to set up variables

 testcases/lib/.gitignore     |  13 +-
 testcases/lib/Makefile       |   2 +-
 testcases/lib/test_net.sh    |  33 +--
 testcases/lib/tst_net_vars.c | 597 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 613 insertions(+), 32 deletions(-)
 create mode 100644 testcases/lib/tst_net_vars.c

-- 
2.11.0


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

end of thread, other threads:[~2017-04-03 12:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 12:45 [LTP] [RFC PATCH v3 0/3] Simplify network setup Petr Vorel
2017-04-03 12:45 ` [LTP] [RFC PATCH v3 1/3] gitignore: Prefixing filenames Petr Vorel
2017-04-03 12:45 ` [LTP] [RFC PATCH v3 2/3] network: Add tool for setup IP variables Petr Vorel
2017-04-03 12:45 ` [LTP] [RFC PATCH v3 3/3] network: Use tst_net_vars to set up variables Petr Vorel
2017-04-03 12:46 ` [LTP] [RFC PATCH v3 0/3] Simplify network setup Petr Vorel

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.