ipv6 routes with % interface #51
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've joined the DN42 network to learn and mess around, and I've setup Alice and haev no issues with the ipv4 part of it, but it seems when I try to look at ipv6 routes with IPV6IP%interfacename I get the below error:
API ERROR :: xxxx (IPv6).routes_filtered(sheepjp) :: parse "http://ip.here:29186//routes/peer/fd88:ee35:b221:1::100%sheepjp": invalid URL escape "%sh"
I run wireguard interfaces as with bird2 I use the ip%interface I the bgp peer.
I'm sure I'm just overlooking something.
Thank you,
Hi!
Looks like the "%sh" is being passed to something which url-decodes it.
So I guess the address is not correctly urlencoded.
Otherwise it would look like
http://ip.here:29186//routes/peer/fd88%253Aee35%253Ab221%253A1%253A%253A100%2525sheepjp
...