mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-04 13:42:56 +00:00
Merge pull request #14204 from opensourcerouting/fix/clear_bgp
lib: Lower precedence for ASNUM_TKN when using together with IPV4/IPV6_TKN
This commit is contained in:
commit
fce2afe1aa
@ -566,9 +566,9 @@ static int score_precedence(enum cmd_token_type type)
|
||||
case IPV6_PREFIX_TKN:
|
||||
case MAC_TKN:
|
||||
case MAC_PREFIX_TKN:
|
||||
case ASNUM_TKN:
|
||||
case RANGE_TKN:
|
||||
return 2;
|
||||
case ASNUM_TKN:
|
||||
case WORD_TKN:
|
||||
return 3;
|
||||
case VARIABLE_TKN:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user