mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 00:27:07 +00:00
Merge pull request #14149 from donaldsharp/cleanup_bad_commands
Cleanup bad commands
This commit is contained in:
commit
6d91d1c768
@ -14,4 +14,3 @@ router babel
|
||||
network r3-eth1
|
||||
redistribute ipv4 connected
|
||||
redistribute ipv4 static
|
||||
redistirbute ipv6 connected
|
||||
|
@ -27,6 +27,5 @@ interface eth-rt3
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 1.1.1.1
|
||||
passive interface lo
|
||||
router-info area 0.0.0.0
|
||||
!
|
||||
|
@ -25,6 +25,5 @@ interface eth-rt5
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 2.2.2.2
|
||||
passive interface lo
|
||||
router-info area 0.0.0.0
|
||||
!
|
||||
|
@ -25,6 +25,5 @@ interface eth-rt4
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 3.3.3.3
|
||||
passive interface lo
|
||||
router-info area 0.0.0.0
|
||||
!
|
||||
|
@ -24,6 +24,5 @@ interface eth-rt5
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 4.4.4.4
|
||||
passive interface lo
|
||||
router-info area 0.0.0.0
|
||||
!
|
||||
|
@ -24,6 +24,5 @@ interface eth-rt4
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 5.5.5.5
|
||||
passive interface lo
|
||||
router-info area 0.0.0.0
|
||||
!
|
||||
|
@ -12,9 +12,5 @@ interface r2-eth3
|
||||
ip address 192.168.252.1/30
|
||||
vrf vrf1
|
||||
!
|
||||
auto vrf1
|
||||
iface vrf1
|
||||
vrf-table auto
|
||||
!
|
||||
ip forwarding
|
||||
!
|
||||
|
@ -1,14 +0,0 @@
|
||||
interface r1-eth0
|
||||
ip router isis 1
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
isis passive
|
||||
!
|
||||
router isis 1
|
||||
is-type level-1
|
||||
net 49.0002.0000.1994.00
|
||||
segment-routing on
|
||||
segment-routing prefix 192.0.2.1/32 index 11
|
||||
!
|
@ -1,14 +0,0 @@
|
||||
interface r2-eth0
|
||||
ip router isis 1
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
isis passive
|
||||
!
|
||||
router isis 1
|
||||
is-type level-1
|
||||
net 49.0002.0000.1995.00
|
||||
segment-routing on
|
||||
segment-routing prefix 192.0.2.2/32 index 22
|
||||
!
|
@ -120,9 +120,6 @@ def setup_module(mod):
|
||||
router.load_config(
|
||||
TopoRouter.RD_BGP, os.path.join(CWD, "{}/bgpd.conf".format(rname))
|
||||
)
|
||||
router.load_config(
|
||||
TopoRouter.RD_ISIS, os.path.join(CWD, "{}/bgpd.conf".format(rname))
|
||||
)
|
||||
|
||||
# Initialize all routers.
|
||||
tgen.start_router()
|
||||
|
@ -4,10 +4,8 @@ ip prefix-list ANY permit 0.0.0.0/0 le 32
|
||||
ipv6 prefix-list ANY seq 10 permit any
|
||||
|
||||
route-map RM-NONE4 deny 10
|
||||
exit-route-map
|
||||
|
||||
route-map RM-NONE6 deny 10
|
||||
exit-route-map
|
||||
|
||||
interface r1-eth0
|
||||
ip address 100.0.0.1/24
|
||||
|
@ -1,3 +1,2 @@
|
||||
!
|
||||
import-te
|
||||
!
|
||||
|
@ -5,7 +5,6 @@ log file ldpd.log
|
||||
! debug mpls ldp event
|
||||
! debug mpls ldp errors
|
||||
! debug mpls ldp sync
|
||||
agentx
|
||||
!
|
||||
mpls ldp
|
||||
router-id 1.1.1.1
|
||||
|
@ -1,4 +1,3 @@
|
||||
:assword 1
|
||||
hostname rt1
|
||||
log file ospf6d.log
|
||||
log commands
|
||||
|
Loading…
Reference in New Issue
Block a user