mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 13:43:22 +00:00 
			
		
		
		
	pimd: Add usage of vty_frame for vrf configuration
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
		
							parent
							
								
									915902cb82
								
							
						
					
					
						commit
						76260b3578
					
				@ -202,9 +202,9 @@ static int pim_vrf_config_write(struct vty *vty)
 | 
			
		||||
		if (vrf->vrf_id == VRF_DEFAULT)
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		vty_out(vty, "vrf %s\n", vrf->name);
 | 
			
		||||
		vty_frame(vty, "vrf %s\n", vrf->name);
 | 
			
		||||
		pim_global_config_write_worker(pim, vty);
 | 
			
		||||
		vty_out(vty, "!\n");
 | 
			
		||||
		vty_endframe(vty, "!\n");
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user