In my Ipv6 address list i have the following rows.
Code: Select all
Address From Pool Interface Advertise
xxx:xxx:...xx my-ip-pool Bridge1 Yes
fe80::xx... Bridge1 No
Code: Select all
[admin@MikroTik] /ipv6 address> :put [find from-pool="my-ip-pool"]
[admin@MikroTik] /ipv6 address>
Same things applies when using ~ instead of =
Code: Select all
[admin@MikroTik] /ipv6 address> :put [find from-pool~"my-ip-pool"]
[admin@MikroTik] /ipv6 address>
Code: Select all
[admin@MikroTik] /ipv6 address> :put [find interface="bridge1"]
*3d;*3f
[admin@MikroTik] /ipv6 address>
Could you please shed some light on this? It would really help if i could use other columns from the ipv6 address list and not just the interface one.
Cheers,
Black