summaryrefslogtreecommitdiff
path: root/tutorial/ovn/env2/setup.sh
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-10-16 11:21:43 -0700
committerBen Pfaff <blp@nicira.com>2015-10-16 23:52:41 -0700
commit2fa326a35201a01309c95060b64e6a063fb7f376 (patch)
treebf5e701096bde91b0ea77b75853855ae72d14319 /tutorial/ovn/env2/setup.sh
parentae9ba6b2a869645b8c047beac48d742cf53e9c8f (diff)
downloadopenvswitch-2fa326a35201a01309c95060b64e6a063fb7f376.tar.gz
ovn-nb: Rename Port_Bindings 'macs' column to 'addresses'.
In an upcoming commit this column will also support IP+MAC pairs. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'tutorial/ovn/env2/setup.sh')
-rwxr-xr-xtutorial/ovn/env2/setup.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial/ovn/env2/setup.sh b/tutorial/ovn/env2/setup.sh
index 9b8a95cf7..4b8df762e 100755
--- a/tutorial/ovn/env2/setup.sh
+++ b/tutorial/ovn/env2/setup.sh
@@ -21,10 +21,10 @@ ovn-nbctl lport-add sw0 sw0-port1
ovn-nbctl lport-add sw0 sw0-port2
ovn-nbctl lport-add sw1 sw1-port1
ovn-nbctl lport-add sw1 sw1-port2
-ovn-nbctl lport-set-macs sw0-port1 00:00:00:00:00:01
-ovn-nbctl lport-set-macs sw0-port2 00:00:00:00:00:02
-ovn-nbctl lport-set-macs sw1-port1 00:00:00:00:00:03
-ovn-nbctl lport-set-macs sw1-port2 00:00:00:00:00:04
+ovn-nbctl lport-set-addresses sw0-port1 00:00:00:00:00:01
+ovn-nbctl lport-set-addresses sw0-port2 00:00:00:00:00:02
+ovn-nbctl lport-set-addresses sw1-port1 00:00:00:00:00:03
+ovn-nbctl lport-set-addresses sw1-port2 00:00:00:00:00:04
ovn-nbctl lport-set-port-security sw0-port1 00:00:00:00:00:01
ovn-nbctl lport-set-port-security sw0-port2 00:00:00:00:00:02
ovn-nbctl lport-set-port-security sw1-port1 00:00:00:00:00:03