fix(geneve): Restore session multiplication 30/35830/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 30 Mar 2022 16:06:20 +0000 (18:06 +0200)
committerVratko Polak <vrpolak@cisco.com>
Thu, 31 Mar 2022 15:29:48 +0000 (15:29 +0000)
Previous edit was restoring the correct formatting for bold text
in suite documentation by a mass replace of single asterisk
to double asterisk.
But in geneve suites, one usage of single asterisk
was numeric multiplication, which was errorneously replaces
with double asterisk (power operation).
This restores the multiplication.

Fixes: e82ebbd96e2ba73276e2f1b6d7f9c2d8a9442c3f

Change-Id: I537ebe59dd8c04768a90a5b61a348c57e3dfd149
Signed-off-by: Vratko Polak <vrpolak@cisco.com>

No differences found