Sven Wisotzky

Results 5 issues of Sven Wisotzky

Would be good to render XML files in atom-tablr... Due to XML data-structures - this would be nested table rather than flat table. Look&Feel should be like in XmlPadPro XML...

enhancement

Today, libyang only supports XPATH expressions. There is a need to alternatively support RESTCONF compliant path expression, as specified in rfc8040. XPATH expression example: `/nokia-conf:configure/port[port-id=1/1/1]` Corresponding RESTCONF URL syntax `/nokia-conf:configure/port=1%2F1%2F1`...

is:enhancement

It would be good to provide help for the usage of some command line options: ``` -count uint Number of polling/streaming events (0 is infinite). -display_indent string Output line, per...

Based on latest path spec, following search options are possible: `/interfaces/interface/state/counters` `/interfaces/interface[name=*]/state/counters` To select only specific interfaces, one could provide a specific key value: `/interfaces/interface[name=Ethernet1/2/3]/state/counters` However, there are use-cases for...

Hi @trishnaguha, The current implementation of cli_config is insufficient. If device plugins do neither support `onbox diff` nor `generate_diff` the configuration changes would not be carried out to the device....