networkservicemesh / cmd-nse-remote-vlan

Apache License 2.0
1 stars 8 forks source link

Config parameter CidrPrefix accepts range of IPs #111

Open zolug opened 2 years ago

zolug commented 2 years ago

Related issue: cmd-nse-remote-vlan/110 Related PR: sdk/1382

Issue link: https://github.com/networkservicemesh/cmd-nse-remote-vlan/issues/110

Description: CidrPrefix also accepts an IP range or multiple IP ranges from the same network. (Related IP ranges must be separated by a semicolon.)

For example: 169.254.100.0-169.254.100.120/24 100:100::1-100:100::500/64;100:100::a:1-100:100::a:500/64

Signed-off-by: Lugossy Zoltan zoltan.lugossy@est.tech