Hi Florin:
Currently unformat_vnet_uri not implemented following RFC 3986. The syntax 
`tcp://10.0.0.1/500` should be `tcp://10.0.0.1:500` in rfc 3986.
I noticed in there is a comment for `unformat_vent_uri` in 
`src/vnet/session/application_interface.c`,
```
/**
* unformat a vnet URI
*
* transport-proto://[hostname]ip46-addr:port
* eg. tcp://ip46-addr:port
* tls://[testtsl.fd.io]ip46-addr:port
*
...
```
Does it mean `unformat_vnet_uri` will be refactored following rfc in future?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19481): https://lists.fd.io/g/vpp-dev/message/19481
Mute This Topic: https://lists.fd.io/mt/83117335/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to