Skip to content

Commit 9971598

Browse files
zb-gongkuba-moo
authored andcommitted
ynl-gen-cpp: support for generating rt-link
This patch enables generation for rt-link and adds a simple application test in samples/. Signed-off-by: Zibo Gong <[email protected]>
1 parent ec13215 commit 9971598

File tree

5 files changed

+6503
-1
lines changed

5 files changed

+6503
-1
lines changed

generated/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TOOL:=../ynl-gen-cpp.py
1616
GENS_PATHS=$(shell grep -nrI --files-without-match \
1717
'protocol: netlink' ../Documentation/netlink/specs/)
1818
GENS_ALL=$(patsubst ../Documentation/netlink/specs/%.yaml,%,${GENS_PATHS})
19-
GENS=rt-addr $(filter-out devlink ovs_datapath ovs_flow ovs_vport nlctrl,${GENS_ALL})
19+
GENS=rt-addr rt-link $(filter-out devlink ovs_datapath ovs_flow ovs_vport nlctrl,${GENS_ALL})
2020
SRCS=$(patsubst %,%-user.cpp,${GENS})
2121
HDRS=$(patsubst %,%-user.hpp,${GENS})
2222
OBJS=$(patsubst %,%-user.cpp.o,${GENS})

0 commit comments

Comments
 (0)