summaryrefslogtreecommitdiff
path: root/sharpd/sharp_vty.c
AgeCommit message (Expand)Author
2025-02-14sharpd: add `crashme` commandsDavid Lamparter
2024-11-17Merge pull request #17445 from cscarpitta/fix/sharp-use-ipv6-max-bitlenDonatas Abraitis
2024-11-17sharpd: Use IPV6_MAX_BITLEN in `sharp send opaque notify`Carmine Scarpitta
2024-11-17sharpd: Use IPV6_MAX_BITLEN in `sharp install seg6local-routes`Carmine Scarpitta
2024-11-17sharpd: Fix typo in `sharp install seg6local-routes` help messageCarmine Scarpitta
2024-11-17sharpd: Fix typo in `sharp install seg6-routes` help messageCarmine Scarpitta
2024-11-17sharpd: Fix typo in `sharp install routes` help messageCarmine Scarpitta
2024-10-28sharpd: Allow sharpd to watch nexthops in the mribDonald Sharp
2024-04-25zebra, sharpd: add srv6 End.DX6 supportPhilippe Guibert
2024-01-26sharpd: Add ability to turn off watching of redistributionDonald Sharp
2024-01-22sharpd: Allow sharpd to listen to neighbor eventsDonald Sharp
2023-09-29*: Do not cast to the same type as the destination isDonatas Abraitis
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi
2023-07-10sharpd: allow sharpd to install non-recursive routesMark Stapp
2023-06-23sharpd: support opaque zapi notificationsMark Stapp
2023-04-20Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert
2023-04-07sharpd: Update TE to new Link State Edge keyOlivier Dugeon
2023-04-06*: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp
2023-04-03sharpd: Fix sharpd memory leakKeelan10
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-22sharpd: traffic control PoCSiger Yang
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-18sharpd: add support for SRv6 End.DT46 behaviorCarmine Scarpitta
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-24sharpd: Fix memory leaks related to SRv6 nexthopsCarmine Scarpitta
2022-08-24sharpd: Fix memory leak in release-locator-chunkCarmine Scarpitta
2022-08-24sharpd: Fix memory leak in release-locator-chunkCarmine Scarpitta
2022-04-25build: fix new gcc 11.2 warningsDavid Lamparter
2022-03-09sharpd: add support for setting protodownStephen Worley
2022-02-27*: Add necessary new line for output of vty_out()anlan_cs
2022-02-08Merge pull request #9649 from proelbtn/add-support-for-end-dt4Russ White
2022-02-02sharpd: Add call to CSPFOlivier Dugeon
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25sharpd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-22sharpd: add support for End.DT4Ryoga Saito
2021-07-01*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis
2021-06-02bgpd,sharpd,zebra: fix code styleHiroki Shirokura
2021-06-02*: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6*Hiroki Shirokura
2021-06-02lib,sharpd,zebra: update nexthop object with nh_srv6Hiroki Shirokura
2021-06-02sharpd: split srv6 route install commandHiroki Shirokura
2021-06-02sharpd: follow the practice on cli design for json outputHiroki Shirokura
2021-06-02*: use one line init instead of memset and format itHiroki Shirokura
2021-06-02*: fix code format accourding to checkpatchHiroki Shirokura
2021-06-02sharpd: install route supports nexthop-seg6 (step3)Hiroki Shirokura
2021-06-02sharpd: support create/delete srv6-locator (step2)Hiroki Shirokura
2021-06-02shaprd: install route supports nexthop-seg6local (step1)Hiroki Shirokura
2021-06-02sharpd: install_routes_helper support ZAPI_ROUTE flags (step1)Hiroki Shirokura
2021-05-03sharpd: add v4 redistribute watchingDonald Sharp