In T5810 you added support for the source address parameter for an rpki cache. Thank you for that, this is very helpful to me.
I finally had time to update my router to version 1.5.0 and use the feature. This works well for IPv4. For IPv6, however, only a v4 source IP is allowed, which doesn't make much sense. Neither in shell completion or when entering it manually.
(User names, hostnames, and internal IP addresses have been replaced)
IPv4 works:
user@r2.domain# set protocols rpki cache AA.AA.AA.AA source-address BB.BB.BB.BB [edit] user@r2.domain# compare [protocols rpki cache AA.AA.AA.AA] + source-address "BB.BB.BB.BB"
IPv6 fails:
user@r2.domain# set protocols rpki cache AAAA::AAAA source-address
Possible completions:
<x.x.x.x> IPv4 source address
127.0.0.1
AA.AA.AA.A
AA.AA.AA.B
AA.AA.AA.C
AA.AA.AA.D
AA.AA.AA.E
AA.AA.AA.F
AA.AA.AA.G
[edit]
user@r2.domain# set protocols rpki cache AAAA::AAAA source-address BBBB::BBBB
Error: BBBB::BBBB is not a valid IPv4 address
Invalid value
Value validation failed
Set failed
[edit]