vcl: add support for reconnect
[vpp.git] / src / plugins / srv6-ad-flow / ad_flow_plugin_doc.rst
1 SRv6 per-flow dynamic proxy
2 ===========================
3
4 This document describes SRv6 endpoint to SR-unaware appliance via
5 per-flow dynamic proxy
6
7 Overview
8 --------
9
10 TBD
11
12 CLI configuration
13 -----------------
14
15 The following command instantiates a new End.AD.Flow segment that sends
16 the inner packets on interface ``IFACE-OUT`` towards an appliance at
17 address ``S-ADDR`` and restores the encapsulation headers of the packets
18 coming back on interface ``IFACE-IN``.
19
20 ::
21
22    sr localsid address SID behavior end.ad.flow nh S-ADDR oif IFACE-OUT iif IFACE-IN
23
24 For example, the below command configures the SID ``1::A1`` with an
25 End.AD.Flow function for sending traffic on interface
26 ``GigabitEthernet0/8/0`` to the appliance at address ``A1::``, and
27 receiving it back on interface ``GigabitEthernet0/9/0``.
28
29 ::
30
31    sr localsid address 1::A1 behavior end.ad.flow nh A1:: oif GigabitEthernet0/8/0 iif GigabitEthernet0/9/0