Skip to content

Commit 4e65154

Browse files
committed
Dummy change to trigger fresh build
Signed-off-by: Guvenc Gulce <[email protected]>
1 parent 7576e46 commit 4e65154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grpc/dp_grpc_impl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ static int dp_process_create_interface(struct dp_grpc_responder *responder)
464464
rte_memcpy(port->iface.cfg.hostname, request->hostname, sizeof(port->iface.cfg.hostname));
465465
port->iface.hostname_len = (uint32_t)strnlen(port->iface.cfg.hostname, DP_IFACE_HOSTNAME_MAX_LEN - 1);
466466

467-
/* Do not install routes for an empty(zero) IP, as zero ip is just a marker for showing the disabled IPv4/IPv6 machinery */
467+
/* Do not install routes for an empty(zero) IP, as zero ip is just a marker for showing the disabled IPv4/IPv6 machinery */
468468
if (request->ip4_addr != 0) {
469469
ret = dp_add_route(port, request->vni, 0, request->ip4_addr, &dp_empty_ipv6, 32);
470470
if (DP_FAILED(ret))

0 commit comments

Comments
 (0)