Reputation: 1241
is it possible to have packages rejected instead of just dropped? E.g. this
ovs-ofctl add-flow ovs_eth0 "table=0, priority=10000, ip, nw_proto=17, tp_dst=$port, actions=drop"
just drops it. But I would like to have it sent an explicit reject back.
Upvotes: 1
Views: 339