diff options
| author | 2009-02-19 22:08:14 +0000 | |
|---|---|---|
| committer | 2009-02-19 22:08:14 +0000 | |
| commit | cada50a5901e240ef52a4ae99c591f43f0640e9f (patch) | |
| tree | e40279aba3cc340e2ac92572163f832ae5b5dd87 /usr.sbin/ospf6d/interface.c | |
| parent | Sync iface fsm state from ospfe to rde. (diff) | |
| download | wireguard-openbsd-cada50a5901e240ef52a4ae99c591f43f0640e9f.tar.xz wireguard-openbsd-cada50a5901e240ef52a4ae99c591f43f0640e9f.zip | |
Remove origination of Intra-Area-Prefix LSAs from ospfe.
Will soon be done in rde instead.
"Sure but don't wait too long before readding the code in rde" claudio@
Diffstat (limited to 'usr.sbin/ospf6d/interface.c')
| -rw-r--r-- | usr.sbin/ospf6d/interface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/interface.c b/usr.sbin/ospf6d/interface.c index 5f231ad3410..09d76ad4e96 100644 --- a/usr.sbin/ospf6d/interface.c +++ b/usr.sbin/ospf6d/interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.c,v 1.12 2009/02/19 22:05:32 stsp Exp $ */ +/* $OpenBSD: interface.c,v 1.13 2009/02/19 22:08:14 stsp Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -142,7 +142,6 @@ if_fsm(struct iface *iface, enum iface_event event) if (iface->state != old_state) { orig_rtr_lsa(iface); orig_link_lsa(iface); - orig_intra_lsa_rtr(iface); /* state change inform RDE */ ospfe_imsg_compose_rde(IMSG_IFINFO, |
