diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-05-17 14:31:43 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-01 06:02:24 +0000 |
commit | 44e82a32bb10129d1f85d12e5141de2a17d5ff1a (patch) | |
tree | 124478b18ab316b195f9cae10420e0cdc52a4fd8 /resources/templates | |
parent | aea0a78dd1b090010b6b1262b82a34a2d107a85b (diff) |
VPP link bonding - lacp mode
CSIT-1072
CSIT-1083
CSIT-1084
Change-Id: Icaf0e09af633d301306a84251f47822e95b411a2
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/create_bond_interface.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/enslave_physical_interface.vat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/create_bond_interface.vat b/resources/templates/vat/create_bond_interface.vat new file mode 100644 index 0000000000..3608f1d6ef --- /dev/null +++ b/resources/templates/vat/create_bond_interface.vat @@ -0,0 +1 @@ +bond_create {mac} mode {mode} {lb}
\ No newline at end of file diff --git a/resources/templates/vat/enslave_physical_interface.vat b/resources/templates/vat/enslave_physical_interface.vat new file mode 100644 index 0000000000..ce88e8d93b --- /dev/null +++ b/resources/templates/vat/enslave_physical_interface.vat @@ -0,0 +1 @@ +bond_enslave sw_if_index {p_int} bond {b_int}
\ No newline at end of file |