]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: add new CLI to manipulate srv6-locator (step2)
authorHiroki Shirokura <slank.dev@gmail.com>
Sun, 23 Feb 2020 11:38:26 +0000 (11:38 +0000)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:47 +0000 (10:24 -0400)
commit0097897734b08194d0c6acae1d759e2001cd9026
tree46e90cefc8443e330a46d76ab2ceefa6e4a8d68b
parent6e68a08484bf8f5c79f041ce8c103ce42abc2e7f
zebra: add new CLI to manipulate srv6-locator (step2)

This commit is a part of #5853 works that add new clis to
configure SRv6 locator and its show commands.
Following clis are added on this commit.

vtysh -c 'conf te' \
  -c 'segment-routing' \
  -c ' srv6' \
  -c '  locators' \
  -c '   locator LOC1' \
  -c '    prefix A::/64'

- "show segment-routing srv6 sid [json]"
- "show segment-routing srv6 locator [json]"
- "show segment-routing srv6 locator NAME detail [json]"
- "show runnning-config" (make it to print srv6 configuration)

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
zebra/zebra_srv6_vty.c