diff options
author | Damjan Marion <damarion@cisco.com> | 2024-08-27 18:12:33 +0200 |
---|---|---|
committer | Mohammed HAWARI <momohawari@gmail.com> | 2024-09-09 14:43:22 +0000 |
commit | 4e518418964d0597df8a9b1f34b01d2f9500b47b (patch) | |
tree | d2b904b3721f753cc435af0ecd18cf5460dbc72c /docs | |
parent | 1f7d14c810900c476b7f32781414a2e903a90e07 (diff) |
armada: introduce dev_armada plugin
Also retires old marvell plugin.
Change-Id: Icedec11f5661909058fdfe8d5fc455306adafacd
Type: feature
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'docs')
l--------- | docs/developer/plugins/dev_armada.rst | 1 | ||||
-rw-r--r-- | docs/developer/plugins/index.rst | 2 | ||||
l--------- | docs/developer/plugins/marvell.rst | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer/plugins/dev_armada.rst b/docs/developer/plugins/dev_armada.rst new file mode 120000 index 00000000000..a545313ec9c --- /dev/null +++ b/docs/developer/plugins/dev_armada.rst @@ -0,0 +1 @@ +../../../src/plugins/dev_armada/README.rst
\ No newline at end of file diff --git a/docs/developer/plugins/index.rst b/docs/developer/plugins/index.rst index c9081a8caaf..393eefec535 100644 --- a/docs/developer/plugins/index.rst +++ b/docs/developer/plugins/index.rst @@ -19,9 +19,9 @@ For more on plugins please refer to :ref:`add_plugin`. quic cnat + dev_armada lcp srv6/index - marvell lldp nat64 nat44_ei_ha diff --git a/docs/developer/plugins/marvell.rst b/docs/developer/plugins/marvell.rst deleted file mode 120000 index 28f0cd0f664..00000000000 --- a/docs/developer/plugins/marvell.rst +++ /dev/null @@ -1 +0,0 @@ -../../../src/plugins/marvell/README.rst
\ No newline at end of file |