Hc2vpp exposes many custom models.
Most of them use:
urn:opendaylight,
some of them urn:honeycomb, urn:cisco, or even urn:ietf (see HC2VPP-299).
List of namespace prefixes:
m@m:~/hc2vpp$ grep -r . --include=*.yang -o -h -P -e 'namespace \"\Kurn:\w+' | sort | uniq -c | sort -k1 -n -r
30 urn:opendaylight
13 urn:ietf
6 urn:honeycomb
3 urn:cisco
1 urn:ieee
- relates to
-
HC2VPP-299 VPP routing models use wrong namespace
- Done