Skip to content

Commit

Permalink
Remove extra empty comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Shirshov committed Jun 24, 2020
1 parent a75b620 commit 699ce90
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
neighbor dyn_name soft-reconfiguration inbound
neighbor dyn_name route-map FROM_BGP_SPEAKER in
neighbor dyn_name route-map TO_BGP_SPEAKER out
!
neighbor dyn_name remote-as 11111
!
bgp listen range 10.10.20.0/24 peer-group dyn_name
bgp listen range 20.20.20.0/24 peer-group dyn_name
!
neighbor dyn_name update-source 1.1.1.1
!
address-family ipv4
neighbor dyn_name activate
exit-address-family
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
neighbor dyn_name soft-reconfiguration inbound
neighbor dyn_name route-map FROM_BGP_SPEAKER in
neighbor dyn_name route-map TO_BGP_SPEAKER out
!
neighbor dyn_name remote-as 51111
!
bgp listen range 10.10.20.0/24 peer-group dyn_name
bgp listen range 20.20.20.0/24 peer-group dyn_name
!
neighbor dyn_name update-source 55.55.55.55
!
address-family ipv4
neighbor dyn_name activate
exit-address-family
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
!
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description _ASIC_
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4_INT
!
neighbor 10.10.10.10 next-hop-self force
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
!
neighbor FC00:: remote-as 555
neighbor FC00:: description _ASIC_
!
address-family ipv6
neighbor FC00:: peer-group PEER_V6_INT
!
neighbor FC00:: next-hop-self force
!
neighbor FC00:: activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
neighbor 10.10.10.10 timers 5 30
!
neighbor 10.10.10.10 shutdown
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 route-map FROM_BGP_PEER_V4_INT in
!
neighbor 10.10.10.10 route-reflector-client
!
neighbor 10.10.10.10 next-hop-self
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@
neighbor fc::10 remote-as 555
neighbor fc::10 description remote_peer
neighbor fc::10 timers 5 30
!
neighbor fc::10 shutdown
!
address-family ipv6
neighbor fc::10 peer-group PEER_V6
!
neighbor fc::10 route-map FROM_BGP_PEER_V6_INT in
!
neighbor fc::10 route-reflector-client
!
neighbor fc::10 next-hop-self
!
neighbor fc::10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
!
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
!
neighbor fc00::2 remote-as 555
neighbor fc00::2 description remote_peer
!
address-family ipv6
neighbor fc00::2 peer-group PEER_V6
!
neighbor fc00::2 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
!
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 activate
exit-address-family
!
address-family l2vpn evpn
neighbor 10.10.10.10 activate
advertise-all-vni
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
!
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
!
neighbor 10.10.10.10 shutdown
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
!
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
neighbor 10.10.10.10 timers 5 180
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description remote_peer
neighbor 10.10.10.10 timers 60 240
!
address-family ipv4
neighbor 10.10.10.10 peer-group PEER_V4
!
neighbor 10.10.10.10 activate
exit-address-family
!
Expand Down

0 comments on commit 699ce90

Please sign in to comment.