]> git.proxmox.com Git - mirror_iproute2.git/commit
ip vrf: Add json support for show command
authorDavid Ahern <dsahern@gmail.com>
Wed, 18 Sep 2019 16:42:21 +0000 (09:42 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 25 Sep 2019 02:35:41 +0000 (19:35 -0700)
commit8c2093e5d20cb36b564ce229595b2e76e07cc30b
tree51236a3cb6e2e297a5d495e38982f011ac31e323
parent92754430a66c19c093b559573e9919f48f28c6e2
ip vrf: Add json support for show command

Add json support to 'ip vrf sh':
$ ip -j -p vrf ls
[ {
        "name": "mgmt",
        "table": 1001
    } ]

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipvrf.c