]> git.proxmox.com Git - mirror_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>
Mon, 2 Jul 2018 07:20:40 +0000 (09:20 +0200)
commit377f827d916d71f0201269d3dda89c5a93ae6db8
tree60f4a6ecf3a2756b72f250beaa8387e5c2a78465
parent67f51e93c54f3de33acb606316bde77ff8083d6e
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