OSPF6 filter
Hi Guys.
i need to filter some OSPF6 routes
now this is possible
config router prefix-list6
edit "allow_only_default_in_ospf6"
config rule
edit 1
set prefix6 ::/0
unset ge
unset le
next
edit 2
set action deny
set prefix any
unset ge
unset le
next
end
next
end
but using this Prefix list is not posibile
config router ospf6
set distribute-list-in "allow_only_default_in_ospf6" <--- not possible
any idea??
regards
Peter
