summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-26 19:07:42 +0000
committerbrian <brian@FreeBSD.org>1998-10-26 19:07:42 +0000
commitca1adcf3bc4c498421cf342fda2d3e2ae3b9b1e5 (patch)
treea97dec13c01e8e0c402b3643c9025572f9293ff6 /usr.sbin/ppp/bundle.h
parent2879293691c94fd47031d654d9b7c5f3f788b9e8 (diff)
downloadFreeBSD-src-ca1adcf3bc4c498421cf342fda2d3e2ae3b9b1e5.zip
FreeBSD-src-ca1adcf3bc4c498421cf342fda2d3e2ae3b9b1e5.tar.gz
Shuffle the iface-alias option so that's in alphabetical
order like the rest of the options.
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 75722b1..2f3c53d 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.h,v 1.15 1998/10/24 01:08:45 brian Exp $
+ * $Id: bundle.h,v 1.16 1998/10/26 19:07:38 brian Exp $
*/
#define PHASE_DEAD 0 /* Link is dead */
@@ -34,14 +34,14 @@
/* cfg.opt bit settings */
#define OPT_IDCHECK 0x0001
-#define OPT_LOOPBACK 0x0002
-#define OPT_PASSWDAUTH 0x0004
-#define OPT_PROXY 0x0008
-#define OPT_PROXYALL 0x0010
-#define OPT_SROUTES 0x0020
-#define OPT_THROUGHPUT 0x0040
-#define OPT_UTMP 0x0080
-#define OPT_IFACEALIAS 0x0100
+#define OPT_IFACEALIAS 0x0002
+#define OPT_LOOPBACK 0x0004
+#define OPT_PASSWDAUTH 0x0008
+#define OPT_PROXY 0x0010
+#define OPT_PROXYALL 0x0020
+#define OPT_SROUTES 0x0040
+#define OPT_THROUGHPUT 0x0080
+#define OPT_UTMP 0x0100
#define MAX_ENDDISC_CLASS 5
OpenPOWER on IntegriCloud