Marcus Hoff

Results 3 issues of Marcus Hoff

Line 302 and 320 openconfig-network-instance.yang: ``` uses l2ni-encapsulation-config { when "./config/type = 'L2VSI' or ./config/type = 'L2P2P' or ./config/type = 'L2L3'" { ``` should be ``` uses l2ni-encapsulation-config { when...

Implementation of VyOS Implemented for the same basic models as Junos and IOS

First of all: Cool project! I'm implementing demo parsers and translators for VyOS. When creating the translator for openconfig-system I get an exception when implementing: /system/logging/console/selectors/selector/facility It's the list key...