David Liu
David Liu
Hi, Trying to build under macOS Sierra 10.12.6, tried master & the macosx branch, both failed, please help. Thanks David ======= -- Found Threads: TRUE -- Looking for pthread_spin_lock --...
Hi, I have existing gnnmi+gnoi servers and clients, I like to integrate the grpctunnel as part of the server & client code because the server will be outside out firewall,...
proto_generator -add_schemapaths=false \ -base_import_path=github.com/openconfig/public/release/proto \ -compress_paths -consistent_union_enum_names -typedef_enum_with_defmod \ -enum_package_name=enums \ -exclude_modules=ietf-interfaces \ -go_package_base=github.com/openconfig/public/release/proto \ -ignore_circdeps -logtostderr \ -output_dir=proto \ -package_name=module_catalog \ -path=/root/dev_ubuntu/go/src/github.com/openconfig/public \ models/catalog/openconfig-module-catalog.yang F0502 10:03:36.002001 281 protogenerator.go:136] key...
we are using gribi and aft to forward 5G GTP-U packets, the data plane destination look-up sequence uses the following network header fields: - port (RAN facing) - L2 (VSI...
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...
During schema initialization using gnmi.SetRequest, leafref validation failed because only partial data was initialized. But UnmarshalSetRequest does not support LeafrefOptions, please advise. Thanks David
grouping qos-interface-classifier-top { description "Top-level grouping for a QoS classifier associated with an interface"; container classifiers { description "Classifiers to be applied to the interface."; list classifier { key "type";...
Running latest github.com/openconfig/ygot/proto_generator/protogenerator.go on YANG modules with type bits{...} and received unimplemented type error, per https://github.com/openconfig/ygot/blob/master/docs/yang-to-protobuf-transformations-spec.md, the bits should be supported and translated to enum.