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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
/* 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_CONFIGURED	(1 << 0)	/* User set via -a */
#define CONF_ADDR_HOST		(1 << 1)	/* From host interface */

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

#endif /* CONF_H */
debug log:

solving e86fe96 ...
found e86fe96 in https://archives.passt.top/passt-dev/20260130214447.2540791-4-jmaloy@redhat.com/
found b45ad74 in https://passt.top/passt
preparing index
index prepared:
100644 b45ad7466830391aa4cb1c012725c328258985f3	conf.h

applying [1/1] https://archives.passt.top/passt-dev/20260130214447.2540791-4-jmaloy@redhat.com/
diff --git a/conf.h b/conf.h
index b45ad74..e86fe96 100644

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

index at:
100644 e86fe9691d5d751432f4751f6c0cf31b46de8899	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).