public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
b7d5fd29e885bb0502e4f35452e47bcd04f736bc blob 679 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef CONF_H
#define CONF_H

/* Flags indicating origin and role of an address
 * To be used in struct inany_addr_entry
 */
#define CONF_ADDR_USER		BIT(0)		/* User set via -a */
#define CONF_ADDR_HOST		BIT(1)		/* From host interface */
#define CONF_ADDR_LINKLOCAL	BIT(2)		/* Link-local address */
#define CONF_ADDR_OBSERVED	BIT(3)		/* Seen in guest traffic */
#define CONF_ADDR_DHCP		BIT(4)		/* IPv4: assigned via DHCP */

enum passt_modes conf_mode(int argc, char *argv[]);
void conf(struct ctx *c, int argc, char **argv);

#endif /* CONF_H */
debug log:

solving b7d5fd2 ...
found b7d5fd2 in https://archives.passt.top/passt-dev/20260222174445.743845-12-jmaloy@redhat.com/
found 8b10ac6 in https://archives.passt.top/passt-dev/20260217221814.4053583-9-jmaloy@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260222174445.743845-8-jmaloy@redhat.com/
found bfad36f in https://archives.passt.top/passt-dev/20260217221814.4053583-2-jmaloy@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260222174445.743845-2-jmaloy@redhat.com/
found b45ad74 in https://passt.top/passt
preparing index
index prepared:
100644 b45ad7466830391aa4cb1c012725c328258985f3	conf.h

applying [1/5] https://archives.passt.top/passt-dev/20260217221814.4053583-2-jmaloy@redhat.com/
diff --git a/conf.h b/conf.h
index b45ad74..bfad36f 100644

Checking patch conf.h...
Applied patch conf.h cleanly.

skipping https://archives.passt.top/passt-dev/20260222174445.743845-2-jmaloy@redhat.com/ for bfad36f
index at:
100644 bfad36fd7dfe80f8c7d8226ae35528dce41e5230	conf.h

applying [2/5] https://archives.passt.top/passt-dev/20260217221814.4053583-9-jmaloy@redhat.com/
diff --git a/conf.h b/conf.h
index bfad36f..8b10ac6 100644

Checking patch conf.h...
Applied patch conf.h cleanly.

skipping https://archives.passt.top/passt-dev/20260222174445.743845-8-jmaloy@redhat.com/ for 8b10ac6
index at:
100644 8b10ac60e744f45967d4cdf1417685eb1a77187b	conf.h

applying [3/5] https://archives.passt.top/passt-dev/20260222174445.743845-12-jmaloy@redhat.com/
diff --git a/conf.h b/conf.h
index 8b10ac6..b7d5fd2 100644

Checking patch conf.h...
Applied patch conf.h cleanly.

index at:
100644 b7d5fd29e885bb0502e4f35452e47bcd04f736bc	conf.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).