Determine packet's next hop
Based on the following routing table:
default via 2001:2019:12:FFFF::FFFF dev eth0 proto kernel metric 1024
2001:2019:12:ffff::/64 dev eth0 proto kernel metric 256
2001:2019:12:1fff::/64 dev eth1 proto kernel metric 256
2001:2019:12:2fff::/64 dev eth2 proto kernel metric 256
2001:2019:12:1001::/64 via 2001:2019:12:1fff::50 dev eth1 metric 1024
fe80::/64 dev eth0 proto kernel metric 256
fe80::/64 dev eth1 proto kernel metric 256
fe80::/64 dev eth2 proto kernel metric 256
a) What is next hop destination of a datagram addressed to 2001:2019:12:ffff::1?
b) What is next hop destination of a datagram addressed to 2001:2019:12:1001::ffff?
c) What is next hop destination of a datagram addressed to 2001:2019:ffff:ffff::1?
d) What is next hop destination of a datagram addressed to fe80::c001:37ff:fe6c:0?