提交 4e4480e8 编写于 作者: J Jakub Kicinski

tools: ynl: move the cli and netlink code around

Move the CLI code out of samples/ and the library part
of it into tools/net/ynl/lib/. This way we can start
sharing some code with the code gen.

Initially I thought that code gen is too C-specific to
share anything but basic stuff like calculating values
for enums can easily be shared.
Signed-off-by: NJakub Kicinski <kuba@kernel.org>
上级 eaf317e7
......@@ -6,7 +6,7 @@ import json
import pprint
import time
from ynl import YnlFamily
from lib import YnlFamily
def main():
......
# SPDX-License-Identifier: BSD-3-Clause
from .ynl import YnlFamily
__all__ = ["YnlFamily"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册