dfarrell07 / puppet-opendaylight

Moved: https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging/puppet-opendaylight.git;a=tree
12 stars 15 forks source link

Add tests for ARP responder L3 config #92

Closed dfarrell07 closed 7 years ago

dfarrell07 commented 8 years ago

@radez added logic to disable ODL's ARP responder when L3 is enabled in #90. Need rspec-puppet and Beaker test coverage for that feature.

radez commented 8 years ago

quick note... I actually got the title of the patch wrong. the code enables the arp responder... it's a double negative option.

the option is to disable it and the default is yes. Patch I pushed is to set disabled = no

It turns on an arp poll that looks for the gateway that the flows should send the instance egress traffic to.