CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/30 09:51:34
Modified files:
usr.sbin/bgpd : parse.y rde_community.c
Log message:
Alter the way extended communities are matched when part of the value
is auto-expanded or masked off.
Try to match against both 2- and 4-byte AS encoding and on insertion
check if expansion is actually possible and deny communities where both
community values are > USHRT_MAX.
OK tb@
