frr icon indicating copy to clipboard operation
frr copied to clipboard

Fix IPV6 src-dest route

Open leonshaw opened this issue 5 months ago • 0 comments

Fix issues of IPv6 src-dest route:

(confg)# ipv6 route 1::1/128 from 2::2/128 fe80::1 eth0
  1. staticd doesn't handle them on nht event
  2. linux kernel rejects routes with both source and nexthop object.

leonshaw avatar Aug 29 '24 06:08 leonshaw