Skip to content

Commit 1d1cee6

Browse files
committed
Merge pull request #96 from radez/l3_fwd_disabled
Fix ODL config var name for enabling ARP when L3
2 parents 05b3a4a + fbb6cc6 commit 1d1cee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/custom.properties.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ovsdb.listenPort=6640
8585
# disabled by default.
8686
<% if [true, 'yes'].include? scope.lookupvar('opendaylight::enable_l3') -%>
8787
ovsdb.l3.fwd.enabled=yes
88-
ovsdb.l3.arp.responder.disable=no
88+
ovsdb.l3.arp.responder.disabled=no
8989
<% elsif [false, 'no'].include? scope.lookupvar('opendaylight::enable_l3') -%>
9090
ovsdb.l3.fwd.enabled=no
9191
<% else -%>

0 commit comments

Comments
 (0)