mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 08:28:50 +00:00 
			
		
		
		
	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:
		
						commit
						82dd2fe72e
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user