Fix: comment out WIP code
							parent
							
								
									9ffc5d1207
								
							
						
					
					
						commit
						ef9c4e765d
					
				|  | @ -15,11 +15,13 @@ template bgp pub_peer { | |||
|     }; | ||||
| } | ||||
| 
 | ||||
| template bgp pub_downstream { | ||||
|     local as LOCAL_ASN; | ||||
| # WIP | ||||
| 
 | ||||
|     ipv6 { | ||||
|         import where downstream_import_filter(6939); | ||||
|         export where downstream_export_filter(6939); | ||||
|     }; | ||||
| } | ||||
| # template bgp pub_downstream { | ||||
| #     local as LOCAL_ASN; | ||||
| 
 | ||||
| #     ipv6 { | ||||
| #         import where downstream_import_filter(6939); | ||||
| #         export where downstream_export_filter(6939); | ||||
| #     }; | ||||
| # } | ||||
|  | @ -1,14 +1,16 @@ | |||
| template bgp net186 { | ||||
|     local as SELFASN; | ||||
| # WIP | ||||
| 
 | ||||
|     interpret communities off; | ||||
| # template bgp net186 { | ||||
| #     local as SELFASN; | ||||
|      | ||||
|     bfd on; | ||||
| #     interpret communities off; | ||||
| 
 | ||||
|     ipv6 { | ||||
|         next hop self; | ||||
| #     bfd on; | ||||
| 
 | ||||
|         gateway direct; | ||||
| #     ipv6 { | ||||
| #         next hop self; | ||||
| 
 | ||||
| #         gateway direct; | ||||
| 
 | ||||
| #         import filter { | ||||
| 
 | ||||
|  | @ -17,5 +19,5 @@ template bgp net186 { | |||
| #         export filter { | ||||
| 
 | ||||
| #         }; | ||||
|     } | ||||
| } | ||||
| #     } | ||||
| # } | ||||
		Loading…
	
		Reference in New Issue
	
	 186526
						186526