(macaddr-range-end macaddr-range)
This procedure returns the end MAC address of a MAC address range as a MAC address.
The end MAC address of the range is returned.
> (define range '00:11:22:33:44:55-11:22:33:44:55:66)
range
> (macaddr-range-end range)
11:22:33:44:55:66
>