From 7227a1f7a8d21a364dce2ce2e513c4e0826f0655 Mon Sep 17 00:00:00 2001 From: Michele Marchetto Date: Wed, 28 Jan 2009 22:18:45 +0000 Subject: Get rid of the ugly rtentry hack. We can now act as edge node and allow ipv4 packets to enter a Label Switched Path and not just forwarding MPLS packets. OK claudio@ --- sys/net/if_mpe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if_mpe.c') diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c index c7fb9253670..1495d8201d7 100644 --- a/sys/net/if_mpe.c +++ b/sys/net/if_mpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mpe.c,v 1.14 2008/11/06 20:53:10 michele Exp $ */ +/* $OpenBSD: if_mpe.c,v 1.15 2009/01/28 22:18:44 michele Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard @@ -168,7 +168,7 @@ mpestart(struct ifnet *ifp) continue; } m->m_pkthdr.rcvif = ifp; - mpls_output(m); + mpls_output(m, NULL); } } -- cgit v1.2.3