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:
teastep 2007-06-10 15:20:20 +00:00
parent 176b6533b0
commit 3bcbef0738

View File

@ -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]};