Merge pull request #3434 from tano-systems/luci-base-network-fix
luci-compat: network.lua: fix typo
This commit is contained in:
commit
06e6552c8a
1 changed files with 1 additions and 1 deletions
|
@ -1482,7 +1482,7 @@ end
|
|||
|
||||
function interface.is_bridgeport(self)
|
||||
return self.dev and self.dev.bridge and
|
||||
(self.dev.bridge.name != self:name()) and true or false
|
||||
(self.dev.bridge.name ~= self:name()) and true or false
|
||||
end
|
||||
|
||||
function interface.tx_bytes(self)
|
||||
|
|
Loading…
Reference in a new issue