merd: Rename to PASST

Plug A Simple Socket Transport.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio
2020-07-20 16:41:49 +02:00
parent b439984641
commit 6709ade2bd
7 changed files with 21 additions and 18 deletions

6
dhcp.c
View File

@@ -1,6 +1,6 @@
/* MERD - MacVTap Egress and Routing Daemon
/* PASST - Plug A Simple Socket Transport
*
* dhcp.c - Minimalistic DHCP server for MERD
* dhcp.c - Minimalistic DHCP server for PASST
*
* Author: Stefano Brivio <sbrivio@redhat.com>
* License: GPLv2
@@ -18,7 +18,7 @@
#include <net/if.h>
#include <arpa/inet.h>
#include "merd.h"
#include "passt.h"
#include "dhcp.h"
#include "util.h"