On 9/8/20 3:10 AM, Ido Schimmel wrote: > From: Ido Schimmel <ido...@nvidia.com> > > The flag indicates to user space that the nexthop is not programmed to > forward packets in hardware, but rather to trap them.
please elaborate in the commit message on what 'trap' is doing. I most likely will forget a few years from now. > > The flag will be used in subsequent patches by netdevsim to test nexthop > objects programming to device drivers and in the future by mlxsw as > well. > > Signed-off-by: Ido Schimmel <ido...@nvidia.com> > --- > include/uapi/linux/rtnetlink.h | 6 ++++-- > net/ipv4/fib_semantics.c | 2 ++ > 2 files changed, 6 insertions(+), 2 deletions(-) > Reviewed-by: David Ahern <dsah...@gmail.com>