OSDN Git Service

bridge: make ebt_table const
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 25 Aug 2017 14:21:42 +0000 (19:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 18:30:02 +0000 (11:30 -0700)
commiteb73ddebe992200586bcead3e2ff2889ef8d2575
tree54b5d85eba191a6bb843f27ecf721aac9ef41ce6
parent7a483899b599a93870ac11a61801acdba116b713
bridge: make ebt_table const

Make this const as it is only passed to a const argument of the function
ebt_register_table.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebtable_nat.c