mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove some prehistoric never used defines.
This commit is contained in:
parent
93ee5a96ef
commit
b06ccdeab3
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue