aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/l2/2n1l-10ge2p1x710-eth-l2patch-soak.robot
AgeCommit message (Expand)AuthorFilesLines
2019-01-29PLRsearch: Initial implementation and suitesVratko Polak1-0/+73
cp"> [IP_NULL_ACTION_NONE] = "discard", \ [IP_NULL_ACTION_SEND_ICMP_UNREACH] = "send-unreachable", \ [IP_NULL_ACTION_SEND_ICMP_PROHIBIT] = "send-prohibited", \ } #define IP_NULL_DPO_ACTION_NUM (IP_NULL_ACTION_SEND_ICMP_PROHIBIT+1) extern void ip_null_dpo_add_and_lock (dpo_proto_t proto, ip_null_dpo_action_t action, dpo_id_t *dpo); extern void ip_null_dpo_module_init(void); extern ip_null_dpo_action_t ip_null_dpo_get_action(index_t indi); #endif