summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-13 22:31:49 +0000
committerwollman <wollman@FreeBSD.org>1994-12-13 22:31:49 +0000
commit0aecbf065e65ef3dab5ed654f22df43c81011ff4 (patch)
tree8e41de5435ea8387c75fe2144d1076bb73b3b11e /sys/net/if_spppsubr.c
parent50e1db60c0a0910f56c464560a692d603a747f64 (diff)
downloadFreeBSD-src-0aecbf065e65ef3dab5ed654f22df43c81011ff4.zip
FreeBSD-src-0aecbf065e65ef3dab5ed654f22df43c81011ff4.tar.gz
Add support for two separate cloning flags, one set by the lower layers,
and one set by the protocol family. Also add another parameter to rtalloc1() to allow for any interface flags to be ignored; currently this is only useful for RTF_PRCLONING. Get rid of rt_prflags and re-unite with rt_flags. Add T/TCP ``route metrics''. NB: YOU MUST RECOMPILE `route' AND OTHER RELATED PROGRAMS AS A RESULT OF THIS CHANGE. This also adds a new interface parameter, `ifi_physical', which will eventually replace IFF_ALTPHYS as the mechanism for specifying the particular physical connection desired on a multiple-connection card. NB: YOU MUST RECOMPILE `ifconfig' AND OTHER RELATED PROGRAMS AS A RESULT OF THIS CHANGE.
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index a45f5aa..caf643e 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -380,6 +380,7 @@ int sppp_output (struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, struct
h->protocol = htons (PPP_ISO);
break;
#endif
+nosupport:
default:
m_freem (m);
splx (s);
OpenPOWER on IntegriCloud