Encap table already supported authentication. Update the out-of-date description.
Signed-off-by: Han Zhou <[email protected]> --- ovn/ovn-architecture.7.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml index 808b932..ae5ca8e 100644 --- a/ovn/ovn-architecture.7.xml +++ b/ovn/ovn-architecture.7.xml @@ -1550,9 +1550,7 @@ <dt><code>Encap</code></dt> <dd> <p> - <code>Authorization</code>: disabled (all clients are considered - to be authorized. Future: add a "creating chassis name" column to - this table and use it for authorization checking. + <code>Authorization</code>: client ID must match the chassis name. </p> <p> <code>Insert/Delete</code>: row insertion and row deletion -- 2.1.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
