aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-09-04 08:48:40 +0200
committerJan Gelety <jgelety@cisco.com>2017-09-04 08:48:40 +0200
commit98689d4609a588cff1b9bb7c3724c1cbc7072c31 (patch)
tree677e93c10e3adc019cd8d8d95e5475a60ca2c99c
parent448ccab441d0905fd4b1a0bed19b3bd3f4859a2e (diff)
Update of VPP_STABLE_VER files
- use new vpp ref build - ubuntu 16.04: 17.10-rc0~263-gedfa2fd~b2799_amd64 - use new vpp ref build - centos7: 17.10-rc0~263_gedfa2fd~b2796.x86_64 - builds tested by semiweekly jobs: https://jenkins.fd.io/view/csit/job/csit-vpp-verify-master-ubuntu1604-semiweekly/69/ https://jenkins.fd.io/view/csit/job/csit-vpp-verify-master-centos7-semiweekly/69/ Change-Id: I510d288a4a5444f980769d7fd13ab1ff46d227a5 Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r--VPP_STABLE_VER_CENTOS2
-rw-r--r--VPP_STABLE_VER_UBUNTU2
2 files changed, 2 insertions, 2 deletions
diff --git a/VPP_STABLE_VER_CENTOS b/VPP_STABLE_VER_CENTOS
index ee4f8dad40..2296d7d63a 100644
--- a/VPP_STABLE_VER_CENTOS
+++ b/VPP_STABLE_VER_CENTOS
@@ -1 +1 @@
-17.10-rc0~235-gd052829~b2771.x86_64 \ No newline at end of file
+17.10-rc0~263_gedfa2fd~b2796.x86_64 \ No newline at end of file
diff --git a/VPP_STABLE_VER_UBUNTU b/VPP_STABLE_VER_UBUNTU
index 4f90de2680..bcda1a5539 100644
--- a/VPP_STABLE_VER_UBUNTU
+++ b/VPP_STABLE_VER_UBUNTU
@@ -1 +1 @@
-17.10-rc0~235-gd052829~b2771_amd64 \ No newline at end of file
+17.10-rc0~263-gedfa2fd~b2799_amd64 \ No newline at end of file
class="n">server_id_t *server_ids; } dhcp6_client_common_main_t; extern dhcp6_client_common_main_t dhcp6_client_common_main; typedef union { CLIB_PACKED (struct { u16 duid_type; u16 hardware_type; u8 lla[6]; }); char bin_string[10]; } dhcpv6_duid_ll_string_t; extern dhcpv6_duid_ll_string_t client_duid; #define CLIENT_DUID_LENGTH sizeof (client_duid) #define DHCPV6_CLIENT_IAID 1 void dhcp6_clients_enable_disable (u8 enable); u32 server_index_get_or_create (u8 * data, u16 len); #define vl_typedefs /* define message structures */ #include <vnet/vnet_all_api_h.h> #undef vl_typedefs void vl_api_dhcp6_duid_ll_set_t_handler (vl_api_dhcp6_duid_ll_set_t * mp); static_always_inline f64 random_f64_from_to (f64 from, f64 to) { static u32 seed = 0; static u8 seed_set = 0; if (!seed_set) { seed = random_default_seed (); seed_set = 1; } return random_f64 (&seed) * (to - from) + from; } static const ip6_address_t all_dhcp6_relay_agents_and_servers = { .as_u8 = { 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02} }; #endif /* included_vnet_dhcp6_client_common_dp_h */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */