Add example of multiple IPs per entry

This commit is contained in:
Robert Chacón 2022-09-07 05:18:18 -06:00 committed by GitHub
parent 8cebbd74d6
commit a7bfe5e915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
Circuit ID,Circuit Name,Device ID,Device Name,Parent Node,MAC,IPv4,IPv6,Download Min,Upload Min,Download Max,Upload Max
,"968 Circle St., Gurnee, IL 60031",1,Device 1,AP_A,,100.64.0.1,,25,5,155,20
,"968 Circle St., Gurnee, IL 60031",1,Device 1,AP_A,,"100.64.0.1, 100.64.0.14",,25,5,155,20
,"31 Marconi Street, Lake In The Hills, IL 60156",2,Device 2,AP_A,,100.64.0.2,,25,5,105,18
,"255 NW. Newport Ave., Jamestown, NY 14701",3,Device 3,AP_9,,100.64.0.3,,25,5,105,18
,"8493 Campfire Street, Peabody, MA 01960",4,Device 4,AP_9,,100.64.0.4,,25,5,105,18

1 Circuit ID Circuit Name Device ID Device Name Parent Node MAC IPv4 IPv6 Download Min Upload Min Download Max Upload Max
2 968 Circle St., Gurnee, IL 60031 1 Device 1 AP_A 100.64.0.1 100.64.0.1, 100.64.0.14 25 5 155 20
3 31 Marconi Street, Lake In The Hills, IL 60156 2 Device 2 AP_A 100.64.0.2 25 5 105 18
4 255 NW. Newport Ave., Jamestown, NY 14701 3 Device 3 AP_9 100.64.0.3 25 5 105 18
5 8493 Campfire Street, Peabody, MA 01960 4 Device 4 AP_9 100.64.0.4 25 5 105 18