Merge pull request #11769 from opensourcerouting/fix/no_rib_implied

bgpd: When specifying listen address for bgpd we shouldn't imply no fib flag
This commit is contained in:
Donald Sharp 2022-08-08 18:34:39 -04:00 committed by GitHub
commit 82dd2fe72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,8 +454,7 @@ int main(int argc, char **argv)
}
case 'l':
listnode_add_sort_nodup(addresses, optarg);
/* listenon implies -n */
/* fallthru */
break;
case 'n':
no_fib_flag = 1;
break;