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

Hi,

hopefully last version.
v3->v4:
* Rewritten unused network generation. It uses 10.23 resp. fd00:23 as default,
  in case of collision it's 10.x resp. fdxx:23, x is random value. BTW code in
  previous version was wrong as it had the same size as network.
* Forbidden prefixes are only 0 and 32 resp. 128, but they're rounded up by 8 resp. 16 anyway.

Comments are highly appreciated.

Kind regards,
Petr

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

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

-- 
2.12.0


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

end of thread, other threads:[~2017-04-18 16:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 20:44 [LTP] [RFC PATCH v4 0/3] Simplify network setup Petr Vorel
2017-04-05 20:44 ` [LTP] [RFC PATCH v4 1/3] gitignore: Prefixing filenames Petr Vorel
2017-04-05 20:44 ` [LTP] [RFC PATCH v4 2/3] network: Add tool for setup IP variables Petr Vorel
2017-04-10 10:36   ` Alexey Kodanev
2017-04-10 13:09     ` Petr Vorel
2017-04-05 20:44 ` [LTP] [RFC PATCH v4 3/3] network: Use tst_net_vars to set up IPv4 and IPv6 related variables Petr Vorel
2017-04-06 14:42 ` [LTP] [RFC PATCH v4 0/3] Simplify network setup Alexey Kodanev
2017-04-06 15:50   ` Petr Vorel
2017-04-07 11:04     ` Alexey Kodanev
2017-04-10 12:53       ` Petr Vorel
2017-04-10 17:49         ` Alexey Kodanev
2017-04-11  8:50           ` Alexey Kodanev
2017-04-13  9:33             ` Petr Vorel
2017-04-18 16:34           ` Petr Vorel
2017-04-14  9:12   ` Petr Vorel
2017-04-14  9:17     ` Petr Vorel
2017-04-14  9:44       ` Alexey Kodanev
2017-04-14 12:16         ` 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.