Skip to content

Commit

Permalink
Use _mcastproxy and adjust headers.
Browse files Browse the repository at this point in the history
From Paul de Weerd
  • Loading branch information
reyk committed Jul 31, 2017
1 parent 27a4003 commit e486374
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usr.sbin/mcast-proxy/mcast-proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@
#ifndef IGMP_PROXY_H
#define IGMP_PROXY_H

#include <arpa/inet.h>
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/types.h>

#include <netinet/in.h>

#include <net/if.h>

#include <event.h>

#include "log.h"

#define IGMP_PROXY_USER "_dhcp"
#define IGMP_PROXY_USER "_mcastproxy"

/* RFC 2236 section 8: value definitions. */
#define IGMP_QUERY_INTERVAL 125 /* 125 seconds. */
Expand Down

0 comments on commit e486374

Please sign in to comment.