linux-stable/Documentation/netlink/specs
Donald Hunter 023289b4f5 doc/netlink: Add spec for rt route messages
Add schema for rt route with support for getroute, newroute and
delroute.

Routes can be dumped with filter attributes like this:

./tools/net/ynl/cli.py \
    --spec Documentation/netlink/specs/rt_route.yaml \
    --dump getroute --json '{"rtm-family": 2, "rtm-table": 254}'

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20230825122756.7603-13-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-08-27 17:17:11 -07:00
..
devlink.yaml netlink: specs: devlink: extend health reporter dump attributes by port index 2023-08-14 11:47:25 -07:00
ethtool.yaml netlink: specs: ethtool: mark pads as pads 2023-06-12 11:01:03 +01:00
fou.yaml netlink: specs: fix indent in fou 2023-08-24 19:04:20 -07:00
handshake.yaml net/handshake: Enable the SNI extension to work properly 2023-05-24 22:05:24 -07:00
netdev.yaml ynl: expose xdp-zc-max-segs 2023-07-28 09:33:12 -07:00
ovs_datapath.yaml netlink: specs: fixup openvswitch specs for code generation 2023-06-17 00:18:00 -07:00
ovs_flow.yaml netlink: specs: add display hints to ovs_flow 2023-06-24 15:45:49 -07:00
ovs_vport.yaml doc/netlink: Add delete operation to ovs_vport spec 2023-08-25 18:58:34 -07:00
rt_addr.yaml doc/netlink: Add spec for rt addr messages 2023-08-27 17:17:10 -07:00
rt_link.yaml doc/netlink: Add spec for rt link messages 2023-08-27 17:17:11 -07:00
rt_route.yaml doc/netlink: Add spec for rt route messages 2023-08-27 17:17:11 -07:00