mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
topogen: add support for eigrpd and nhrp
This commit is contained in:
parent
57c5075b7b
commit
c267e5b112
@ -512,6 +512,8 @@ class TopoRouter(TopoGear):
|
|||||||
RD_BGP = 7
|
RD_BGP = 7
|
||||||
RD_LDP = 8
|
RD_LDP = 8
|
||||||
RD_PIM = 9
|
RD_PIM = 9
|
||||||
|
RD_EIGRP = 10
|
||||||
|
RD_NHRP = 11
|
||||||
RD = {
|
RD = {
|
||||||
RD_ZEBRA: 'zebra',
|
RD_ZEBRA: 'zebra',
|
||||||
RD_RIP: 'ripd',
|
RD_RIP: 'ripd',
|
||||||
@ -522,6 +524,8 @@ class TopoRouter(TopoGear):
|
|||||||
RD_BGP: 'bgpd',
|
RD_BGP: 'bgpd',
|
||||||
RD_PIM: 'pimd',
|
RD_PIM: 'pimd',
|
||||||
RD_LDP: 'ldpd',
|
RD_LDP: 'ldpd',
|
||||||
|
RD_EIGRP: 'eigrpd',
|
||||||
|
RD_NHRP: 'nhrpd',
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, tgen, cls, name, **params):
|
def __init__(self, tgen, cls, name, **params):
|
||||||
|
Loading…
Reference in New Issue
Block a user