tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

Added setMark() to Element #44

Closed peergynt closed 9 years ago

peergynt commented 9 years ago

Added setMark() method to Element to be able to set a mark by operation name. Refactored to expose operation strings and use setMark() internally.

klacke commented 9 years ago

thx