[ovs-dev] [PATCH v8 1/2] ovn-controller: Add 'put_dhcp_opts' action in ovn-controller

Amitabha Biswas azbiswas at gmail.com
Wed May 25 21:11:35 UTC 2016


One minor nit below - put_dchp_opts

> 
> +/*
> + * Parses the "put_dhcp_opts" action.
> + * Format of the action is
> + *  - put_dchp_opts(R, offer_ip = <offerip>, D1 = V1,..., Dn = Vn)

> + *
> + * Example:
> + *    put_dhcp_opts(reg0, offer_ip = 10.0.0.4, router = 10.0.0.1,
> + *                  netmask = 255.255.255.0, lease_time = 3600,...)
> + *

Amitabha


More information about the dev mailing list