forked from extern/shorewall_code
Fix description of source_port_to_bridge()
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6504 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
176b6533b0
commit
3bcbef0738
@ -395,8 +395,7 @@ sub port_to_bridge( $ ) {
|
||||
}
|
||||
|
||||
#
|
||||
# Return the bridge associated with the passed interface. If the interface is not a bridge port, return
|
||||
# the name of the interface itself.
|
||||
# Return the bridge associated with the passed interface.
|
||||
#
|
||||
sub source_port_to_bridge( $ ) {
|
||||
my $portref = $interfaces{$_[0]};
|
||||
|
Loading…
Reference in New Issue
Block a user