diff options
Diffstat (limited to 'accel-pppd/ppp/ppp_ipcp.h')
-rw-r--r-- | accel-pppd/ppp/ppp_ipcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/ppp/ppp_ipcp.h b/accel-pppd/ppp/ppp_ipcp.h index 301bdce..7412702 100644 --- a/accel-pppd/ppp/ppp_ipcp.h +++ b/accel-pppd/ppp/ppp_ipcp.h @@ -12,6 +12,8 @@ #define CI_ADDR 3 /* IP-Address */ #define CI_DNS1 129 /* Primary-DNS-Address */ #define CI_DNS2 131 /* Secondary-DNS-Address */ +#define CI_WINS1 130 /* Primary-NBNS-Address */ +#define CI_WINS2 132 /* Secondary-NBNS-Address */ struct ipcp_hdr_t { |