[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[dhcp] 05/12: dhcp: add in deprecated time-offset option
From: |
Rohan Prinja |
Subject: |
[dhcp] 05/12: dhcp: add in deprecated time-offset option |
Date: |
Sat, 06 Jun 2015 18:16:56 +0000 |
wenderen pushed a commit to branch master
in repository dhcp.
commit ef80d7279a1a85b8cb83bf4a7e764b6b9348caa1
Author: Rohan Prinja <address@hidden>
Date: Thu Jun 4 04:30:48 2015 +0530
dhcp: add in deprecated time-offset option
---
dhcp/options/names.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dhcp/options/names.scm b/dhcp/options/names.scm
index 1786cad..64a30f9 100644
--- a/dhcp/options/names.scm
+++ b/dhcp/options/names.scm
@@ -23,6 +23,7 @@
; For the options marked UNUSED, refer to RFC 3679.
(define *option-names*
(make-enumeration '(PAD
+ TIME-OFFSET
SUBNET-MASK
ROUTER
TIME-SERVER
- [dhcp] branch master updated (30d7a60 -> d6b11dd), Rohan Prinja, 2015/06/06
- [dhcp] 02/12: dhcp: tell git to ignore log files, Rohan Prinja, 2015/06/06
- [dhcp] 05/12: dhcp: add in deprecated time-offset option,
Rohan Prinja <=
- [dhcp] 01/12: dhcp: arp hardware address identifiers, Rohan Prinja, 2015/06/06
- [dhcp] 04/12: dhcp: change module names to reflect directory structure, Rohan Prinja, 2015/06/06
- [dhcp] 08/12: dhcp: code for sending packets, incomplete, untested, Rohan Prinja, 2015/06/06
- [dhcp] 10/12: dhcp: source for .so, used by some now-redundant functions in interfaces.scm, Rohan Prinja, 2015/06/06
- [dhcp] 06/12: dhcp: packet objects, untested, Rohan Prinja, 2015/06/06
- [dhcp] 03/12: dhcp: add unused and private-use options, fix some other mistakes, Rohan Prinja, 2015/06/06
- [dhcp] 09/12: dhcp: dhcp configuration objects, Rohan Prinja, 2015/06/06
- [dhcp] 07/12: dhcp: code to read info about network interfaces, untested, Rohan Prinja, 2015/06/06
- [dhcp] 12/12: dhcp: client code, incomplete, Rohan Prinja, 2015/06/06
- [dhcp] 11/12: dhcp: tests for the (dhcp *) modules, incomplete, Rohan Prinja, 2015/06/06