Page MenuHomeVyOS Platform

vyatta-op-quagga [show ip] to XML format
Closed, ResolvedPublicFEATURE REQUEST

Description

Migrate op-mode to new XML new format.

show ip  access-list
show ip as-path-access-list
show ip community-list
show ip extcommunity-list
show ip forwarding
show ip large-community-list
show ip ospf
show ip prefix-list
show ip protocol
show ip rip
show ip route

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)

Related Objects

StatusSubtypeAssignedTask
In progressFEATURE REQUESTNone
ResolvedFEATURE REQUESTViacheslav
ResolvedFEATURE REQUESTdmbaturin
ResolvedFEATURE REQUESTViacheslav

Event Timeline

Viacheslav changed the task status from Open to Needs testing.May 26 2020, 4:35 PM
vyos@r-roll:~$ show ip 
  Invalid command: show [ip]

Need to remove from Makefile 2 strings

	rm -f $(OP_TMPL_DIR)/show/ip/node.def
	rm -f $(OP_TMPL_DIR)/show/ip/route/node.def

PR https://github.com/vyos/vyos-1x/pull/433

Show ip route without prefix don't work.

vyos@r-roll:~$ show ip route 

  Incomplete command: show ip route

vyos@r-roll:~$ 


vyos@r-roll:~$ show ip route 0.0.0.0
Routing entry for 0.0.0.0/0
  Known via "static", distance 1, metric 0, best
  Last update 00:10:02 ago
  * 192.168.122.1, via eth0, weight 1

https://github.com/vyos/vyos-1x/blob/current/op-mode-definitions/show-ip-route.xml#L14

Maybe conflict with https://github.com/vyos/vyos-1x/blob/current/op-mode-definitions/ipv4-route.xml

PR https://github.com/vyos/vyos-1x/pull/435

vyos@r-roll:~$ show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
       T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,
       F - PBR, f - OpenFabric,
       > - selected route, * - FIB route, q - queued route, r - rejected route

S>* 0.0.0.0/0 [1/0] via 192.168.122.1, eth0, 02:03:21
C>* 192.168.122.0/24 is directly connected, eth0, 02:03:23
vyos@r-roll:~$

ipv6 still in old format

erkin set Issue type to Internal change (not visible to end users).Aug 30 2021, 6:00 AM
erkin removed a subscriber: Active contributors.