]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: rework icmp enumerate list
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 20 Jun 2018 14:59:17 +0000 (16:59 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Jun 2018 09:08:59 +0000 (11:08 +0200)
commitda3fa38394adad5b892f74fd9009bd7cde76404c
tree7a179e7487caaee5be9308fd5d36928cd1264f29
parente45aea5940233e326143803c95de37fdf89f5029
bgpd: rework icmp enumerate list

As the other enumerate list, icmp type and code are handled as the other
combinations. The icmp type and code options are the last options to be
injected into PBR. If icmp type is present only, all the filtering will
apply to this icmp type. if icmp code is present only, then all the
combination will be done with icmp type ranging from 0 to 255 values.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_pbr.c