mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 07:35:21 +00:00
tools: add "vni" to oneline list
Add "vni" into oneline list. Additionally, keep them in order in oneline list. Signed-off-by: anlancs <anlan_cs@tom.com>
This commit is contained in:
parent
309f6af605
commit
470d316e3e
@ -589,6 +589,7 @@ end
|
|||||||
"domainname ",
|
"domainname ",
|
||||||
"dump ",
|
"dump ",
|
||||||
"enable ",
|
"enable ",
|
||||||
|
"evpn mh",
|
||||||
"frr ",
|
"frr ",
|
||||||
"fpm ",
|
"fpm ",
|
||||||
"hostname ",
|
"hostname ",
|
||||||
@ -606,9 +607,9 @@ end
|
|||||||
"service ",
|
"service ",
|
||||||
"table ",
|
"table ",
|
||||||
"username ",
|
"username ",
|
||||||
"zebra ",
|
"vni ",
|
||||||
"vrrp autoconfigure",
|
"vrrp autoconfigure",
|
||||||
"evpn mh",
|
"zebra "
|
||||||
)
|
)
|
||||||
|
|
||||||
for line in self.lines:
|
for line in self.lines:
|
||||||
|
Loading…
Reference in New Issue
Block a user