nic_router: fix typo in Nat_rule::print

Issue #2775
This commit is contained in:
Martin Stein 2018-04-13 13:09:48 +02:00 committed by Christian Helmuth
parent bb17e7cf01
commit 836df90f6b

View File

@ -74,7 +74,7 @@ void Nat_rule::print(Output &output) const
Genode::print(output, "domain ", _domain, Genode::print(output, "domain ", _domain,
" tcp-ports ", _tcp_port_alloc.max(), " tcp-ports ", _tcp_port_alloc.max(),
" udp-ports ", _udp_port_alloc.max(), " udp-ports ", _udp_port_alloc.max(),
" icmp-ports ", _icmp_port_alloc.max()); " icmp-ids ", _icmp_port_alloc.max());
} }