aboutsummaryrefslogtreecommitdiffstats
path: root/VIRL_RELEASE_CENTOS
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Update Centos VIRL image to version 2.5Thomas F Herbert1-1/+1
2019-04-18Centos 7.6-1810 image update.Thomas F Herbert1-1/+1
2019-01-07Adding pip requirementsJan Gelety1-1/+1
2018-11-23Adding python-cffi requirementsPeter Mikus1-1/+1
2018-04-05Put Centos 7.4-1711 1.9 image into productionThomas F Herbert1-1/+1
2017-03-01Use common files to store distro related data for VIRLJan Gelety1-0/+1
tributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ option version = "1.0.0"; /** \brief Enable/disable DHCPv6 client on interface @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param sw_if_index - interface to enable/disable client on @param enable - 1 to enable, 0 to disable */ autoreply define dhcp6_client_enable_disable { u32 client_index; u32 context; u32 sw_if_index; u8 enable; }; /* * Local Variables: * eval: (c-set-style "gnu") * End: */