CESNET / libnetconf

C NETCONF library
Other
113 stars 83 forks source link

How to generated *.xxd for yang/yin models? #229

Closed classcwnd closed 7 years ago

classcwnd commented 8 years ago

Hi,

How can we generated *.xxd file by yang/yin model? We need to updated them.

Thanks, Yu

rkrejci commented 7 years ago

Hi, can you share with us which of the internal modules are supposed to be updated?

classcwnd commented 7 years ago

Hi, we need to update ietf-inet-types, and we just found you have updated it in latest code. That's fine. Can we updated them by ourselves and how is the way?

rkrejci commented 7 years ago

You can use xxd utility with -i option.

classcwnd commented 7 years ago

hi!

Could you please share us where the xxd utility is? Thanks!

rkrejci commented 7 years ago

Did you try to google it? It is quite common utility of Linux distros, on my OpenSUSE it is part of the vim package.