]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: fdb: rename some variables to contain 'brport'
authorAmit Cohen <amcohen@nvidia.com>
Tue, 17 Oct 2023 10:55:25 +0000 (13:55 +0300)
committerDavid Ahern <dsahern@kernel.org>
Fri, 20 Oct 2023 15:42:21 +0000 (09:42 -0600)
commitc1904631bb84027a51529fe9334de46771e6fb1a
treedb819e572e5e327a547eb0a7dadcfa37c0e77e54
parent48cb4320487aa29139537adaca675e1ac6c44ec6
bridge: fdb: rename some variables to contain 'brport'

Currently, the flush command supports the keyword 'brport'. To handle
this argument the variables 'port_ifidx' and 'port' are used.

A following patch will add support for 'port' keyword in flush command,
rename the existing variables to include 'brport' prefix, so then it
will be clear that they are used to parse 'brport' argument.

Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
bridge/fdb.c