samples: pktgen: add helper functions for IP(v4/v6) CIDR parsing
authorDaniel T. Lee <danieltimlee@gmail.com>
Sat, 5 Oct 2019 08:25:08 +0000 (17:25 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:26:32 +0000 (09:26 -0400)
commitf0681d95e7dcddb53b27610d7ac36d2aac31983b
tree1b46ed6f3a756ae9b4f8d4fb54ba75aa9698ae2a
parent3cad8f911575191fb3b81d8ed0e061e30f922223
samples: pktgen: add helper functions for IP(v4/v6) CIDR parsing

This commit adds CIDR parsing and IP validate helper function to parse
single IP or range of IP with CIDR. (e.g. 198.18.0.0/15)

Validating the address should be preceded prior to the parsing.
Helpers will be used in prior to set target address in samples/pktgen.

Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/pktgen/functions.sh