summaryrefslogtreecommitdiff
path: root/astraceroute
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-14 14:15:09 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-14 14:15:09 +0200
commit4bf95d6fff7bc3727fa4d4b916b2c6e4fcf87a83 (patch)
treee580fd4b06d2bbfe805dd5876e22269293a26535 /astraceroute
parenteccd95627503db5dc70507acc736949a25af0668 (diff)
geoip: Fix sign compare warnings
array_size() returns size_t, thus make iterator variables comparing against it size_t too to avoid a warning regarding comparison of signed/unsigned. Also cast some ssize_t variables passed to min() for the same reason. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'astraceroute')
0 files changed, 0 insertions, 0 deletions
it is enabled, a packet that is flooded by it should also be flooded to the multicast routers ports) is subject of future work. Testing of this patchset included: Sending 3 mc packets streams, LL, register and unregistered, and checking that they reached only to the ports that should have received them. The configs were: mc disabled, mc without mc router ports and mc with fixed router port. It was checked for vlan aware bridge, vlan unaware bridge and vlan unaware bridge with another vlan unaware bridge on the same machine ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat