From 3db9429c7eb39d8f8097ba160994a949a9ca60f7 Mon Sep 17 00:00:00 2001
From: lewisfelix <43970783+lewisfelix@users.noreply.github.com>
Date: Mon, 4 Jul 2022 17:24:26 +0100
Subject: [PATCH] Update README.md

Add vxlan-interface-name parameter to the script documentation
---
 operator/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/operator/README.md b/operator/README.md
index 02f41c8..e78d28b 100644
--- a/operator/README.md
+++ b/operator/README.md
@@ -11,7 +11,7 @@ This guide details the necessary steps to install the L2S-M Kubernetes operator
 This repository contains a script to generate the necessary 10 VXLANs with their respective names. To use the script, execute the following command in every node of your cluster (this is the **recommended option**):
 
 ```bash
-sudo ./L2S-M/K8s/provision/vxlan.bash
+sudo ./L2S-M/K8s/provision/vxlan.bash [interface_to_use_for_vxlan_tunnel]
 ```
 You may want to manually create the VXLANs instead. To that purpose, you can use the following command for every VXLAN in most Linux distributions:
 
-- 
GitLab