mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Remove some prehistoric never used defines.
This commit is contained in:
parent
93ee5a96ef
commit
b06ccdeab3
@ -52,15 +52,10 @@
|
||||
|
||||
#define NGM_PPPOE_COOKIE 1089893072
|
||||
|
||||
/* Number of active sessions we can handle */
|
||||
#define PPPOE_NUM_SESSIONS 16 /* for now */
|
||||
#define PPPOE_SERVICE_NAME_SIZE 64 /* for now */
|
||||
|
||||
/* Hook names */
|
||||
#define NG_PPPOE_HOOK_ETHERNET "ethernet"
|
||||
#define NG_PPPOE_HOOK_PADI "PADI" /* default PADI requests come here */
|
||||
#define NG_PPPOE_HOOK_S_LEADIN "service" /* PADO responses from PADI */
|
||||
#define NG_PPPOE_HOOK_C_LEADIN "client" /* Connect message starts this */
|
||||
#define NG_PPPOE_HOOK_DEBUG "debug"
|
||||
|
||||
/* Mode names */
|
||||
|
Loading…
Reference in New Issue
Block a user