From mechno at gmail.com Fri Nov 11 01:28:08 2011 From: mechno at gmail.com (Maarten) Date: Fri, 11 Nov 2011 10:28:08 +0100 Subject: [Xorp-hackers] Hi! & codebase size question Message-ID: Hi all, Let's introduce myself: I am Maarten Andre and I am planning to use XORP for the development of a new routing protocol. XORP seems to be well suited for this because of it's good documentation and separation of functionality. I am currently not only looking into XORP but into BIRD as well. Now here's my question: Why is the XORP codebase so large? It's well over 20 megabytes for the latest release. BIRD for example is just under 3 megabytes. What justifies this large amount of code? grtz, Maarten -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20111111/42c339a3/attachment.html From greearb at candelatech.com Fri Nov 11 09:09:15 2011 From: greearb at candelatech.com (Ben Greear) Date: Fri, 11 Nov 2011 09:09:15 -0800 Subject: [Xorp-hackers] Hi! & codebase size question In-Reply-To: References: Message-ID: <4EBD56BB.8000209@candelatech.com> On 11/11/2011 01:28 AM, Maarten wrote: > Hi all, > > Let's introduce myself: I am Maarten Andre and I am planning to use XORP for the development of a new routing protocol. XORP seems to be well suited for this > because of it's good documentation and separation of functionality. > > I am currently not only looking into XORP but into BIRD as well. Now here's my question: Why is the XORP codebase so large? It's well over 20 megabytes for the > latest release. BIRD for example is just under 3 megabytes. What justifies this large amount of code? There is lots of code involved in inter-process-communication and cross-platform support, and lots of code that could be consolidated if someone made the effort. You can compile out most of the protocols if you wish, which makes the resulting binaries smaller. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From greearb at candelatech.com Mon Nov 14 11:35:34 2011 From: greearb at candelatech.com (Ben Greear) Date: Mon, 14 Nov 2011 11:35:34 -0800 Subject: [Xorp-hackers] Hoping to do another release soon. Message-ID: <4EC16D86.5080202@candelatech.com> I haven't seen any complaints lately, and the OSPF bug appears to be squashed, so I'm hoping to do a new release sometime soon. If anyone has any issues with the top-of-tree, or other suggestions please let me know.. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From mechno at gmail.com Mon Nov 21 06:27:08 2011 From: mechno at gmail.com (Maarten) Date: Mon, 21 Nov 2011 15:27:08 +0100 Subject: [Xorp-hackers] Wiki spam Message-ID: Hi all, There are various spam links on http://xorp.run.montefiore.ulg.ac.be/startand possibly elsewhere too. Unless breast enhancements and longer erections are part of the XORP project goals that is.. Someone with the required privileges to remove these? grtz, Maarten -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20111121/931ff1aa/attachment.html From pierre.lepropre at doct.ulg.ac.be Mon Nov 21 07:20:31 2011 From: pierre.lepropre at doct.ulg.ac.be (Pierre Lepropre) Date: Mon, 21 Nov 2011 16:20:31 +0100 Subject: [Xorp-hackers] Wiki spam In-Reply-To: References: Message-ID: <1321888831.2266.54.camel@plepropre-T500> Hello all, I've deleted three abusing users and restored the modified pages thanks to the built-in revision system. If you see anything left, please advise me. Cheers, Pierre. On Mon, 2011-11-21 at 15:27 +0100, Maarten wrote: > Hi all, > > There are various spam links on > http://xorp.run.montefiore.ulg.ac.be/start and possibly elsewhere too. > Unless breast enhancements and longer erections are part of the XORP > project goals that is.. > > Someone with the required privileges to remove these? > > > grtz, > > Maarten > _______________________________________________ > Xorp-hackers mailing list > Xorp-hackers at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers -- Pierre Lepropre Email: pierre.lepropre at doct.ulg.ac.be Research Unit in Networking (RUN) Phone: +32 4 366 26 64 University of Li?ge Fax: +32 4 366 29 89 Montefiore Institute (B28), Grande Traverse 10, 4000 Li?ge, Belgium From doi at criepi.denken.or.jp Mon Nov 21 22:05:56 2011 From: doi at criepi.denken.or.jp (=?iso-2022-jp?B?GyRCRVowZhsoQiAbJEJHbkA4GyhC?=) Date: Tue, 22 Nov 2011 15:05:56 +0900 Subject: [Xorp-hackers] Where is IP address on vif set? Message-ID: Dear all I analysis ( or read ) the user configure reading part in XORP source code. But I have a problem, so I need your help. I added the debug_msg in fea/ifconfig.cc 184L and 218L to confirm the contents of user_config. (Please refer the following) The user_config has no IP address at the 184L (IfConfig::add_interface). But at the 218L (IfConfig::commit_transaction), user_config has an IP address on vif. I think the IP address is set between IfConfig::add_interface and IfConfig::commit_transaction. Although I read the source code carefully, I cannot find the IP address setting part. So, please tell me where IP address on vif in user_config is set. Also, I would like to know your programing tool or debugger. ( I tried Eclipse with scons plug-in, but eclipse with scons cannot work property, because of '--verbosity flag error' ) Your suggestion is helpful for me. Thank you for your kindness. With best regrads, Hiroki Doi I use xorp 1.8.3. fea/ifconfig.cc 184L if (!_original_config.find_interface(ifname)) { IfTreeInterface* ifp = _system_config.find_interface(ifname); if (ifp) { _original_config.update_interface(*ifp); } } + debug_msg("%s\n", user_config().str().c_str()); fea/ifconfig.cc 219L if (_itm->commit(tid) != true) { error_msg += c_format("Expired or invalid transaction ID presented\n"); return (XORP_ERROR); } + debug_msg("%s\n", user_config().str().c_str()); RESULT: /var/log/xorp [ 25027 1321515896411949 +186 fea/ifconfig.cc ] user-config Interface eth1 { pif_index = 3 } { enabled := true } { discard := false } { unreachable := false } { management = false } { default_system_config = fa lse }{ mtu := 1500 } { mac := 48:5b:39:82:e8:d } { no_carrier = false } { baudrate := 1000000000 } { flags := 69699 }{ parent-ifname = } { iface-type = } { vid = } CREATED VIF eth1 { pif_index = 3 } { enabled := true } { broadcast := true } { loopback := false } { point_to_point := false } { multicast := true } { flags := 69699 } CREATED [ 25027 1321515896412014 +219 fea/ifconfig.cc ] user-config Interface eth1 { pif_index = 3 } { enabled := true } { discard := false } { unreachable := false } { management = false } { default_system_config = fa lse }{ mtu := 1500 } { mac := 48:5b:39:82:e8:d } { no_carrier = false } { baudrate := 1000000000 } { flags := 69699 }{ parent-ifname = } { iface-type = } { vid = } CREATED VIF eth1 { pif_index = 3 } { enabled := true } { broadcast := true } { loopback := false } { point_to_point := false } { multicast := true } { flags := 69699 } CREATED IPv4Addr 192.168.0.3 { enabled := true } { broadcast := false } { loopback := false } { point_to_point := false } { multicast := false } { prefix_ len := 24 } CREATED From Raluca.Blidaru at uoit.ca Wed Nov 23 12:04:39 2011 From: Raluca.Blidaru at uoit.ca (Raluca Blidaru) Date: Wed, 23 Nov 2011 15:04:39 -0500 Subject: [Xorp-hackers] XORP OSPF routing table Message-ID: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA1@ITOMSCPP01.oncampus.local> Hello Everyone, I am interested to use XORP for building a testbed for testing router's security in OSPF routing tables attacks. The idea is to use an open source software router and access directly the routing table in memory/temp file, modify it by adding/changing routing entries and see how the information is propagated into a testing lab network. I've looked to the code and I found that there is an OSPF origin table which seems to keep the rounting information I may need to access. Where is this information stored? In /tmp folder? Is there already a built-in interface to read from the temp files created if there is where I have to look for the routing tables? Are these files saved in a readable format? If not, how I can access the OSFP routing table for the purpose I described before? Is XORP suitable for my project scope? Would any of you with expertise in how XORP is designed advice me if I am on the right track and how best I should approach this project? Thank you in advance for your answers and guidance. Best regards, Raluca From greearb at candelatech.com Wed Nov 23 12:21:58 2011 From: greearb at candelatech.com (Ben Greear) Date: Wed, 23 Nov 2011 12:21:58 -0800 Subject: [Xorp-hackers] XORP OSPF routing table In-Reply-To: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA1@ITOMSCPP01.oncampus.local> References: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA1@ITOMSCPP01.oncampus.local> Message-ID: <4ECD55E6.10501@candelatech.com> On 11/23/2011 12:04 PM, Raluca Blidaru wrote: > Hello Everyone, > > I am interested to use XORP for building a testbed for testing router's security in OSPF routing tables attacks. The idea is to use an open source software router and access directly the routing table in memory/temp file, modify it by adding/changing routing entries and see how the information is propagated into a testing lab network. > > I've looked to the code and I found that there is an OSPF origin table which seems to keep the rounting information I may need to access. Where is this information stored? In /tmp folder? Is there already a built-in interface to read from the temp files created if there is where I have to look for the routing tables? Are these files saved in a readable format? If not, how I can access the OSFP routing table for the purpose I described before? > > Is XORP suitable for my project scope? Would any of you with expertise in how XORP is designed advice me if I am on the right track and how best I should approach this project? > > Thank you in advance for your answers and guidance. The routing tables are all in RAM in the OSPF process, except for the routing table(s) in the OS's kernel. You can use xorpsh to print out the various routing tables and could parse that if you wanted. OSPF has a timer bug in the latest stable build, so please use the latest code from github until I get a chance to release another build. Thanks, Ben > > Best regards, > Raluca > > _______________________________________________ > Xorp-hackers mailing list > Xorp-hackers at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers -- Ben Greear Candela Technologies Inc http://www.candelatech.com From Raluca.Blidaru at uoit.ca Wed Nov 23 12:28:45 2011 From: Raluca.Blidaru at uoit.ca (Raluca Blidaru) Date: Wed, 23 Nov 2011 15:28:45 -0500 Subject: [Xorp-hackers] XORP OSPF - /ospf/tests/test_routing1.py Message-ID: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA2@ITOMSCPP01.oncampus.local> Hello Everyone, I have just installed XORP 1.8.3 on Ubuntu, but the .cc files included in /test folder under OSPF were not compiled. Is it a way to make running "test_routing1.py" provided with the source code? Thanks, Raluca From Raluca.Blidaru at uoit.ca Wed Nov 23 12:41:24 2011 From: Raluca.Blidaru at uoit.ca (Raluca Blidaru) Date: Wed, 23 Nov 2011 15:41:24 -0500 Subject: [Xorp-hackers] XORP OSPF routing table In-Reply-To: <4ECD55E6.10501@candelatech.com> References: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA1@ITOMSCPP01.oncampus.local>, <4ECD55E6.10501@candelatech.com> Message-ID: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA3@ITOMSCPP01.oncampus.local> Hi Ben, I have used the 1.8.3 version from github and compiled XORP source package on Ubuntu. With regard to xorpsh, I can print the routing table (show neighbours), but is it possible also to add/modify any entry from there, or I have to develop myself the interface for this? Should I be aware of any XORP design constraints, in order to include my commands into xorpsh? The routing tables from the OS, can they by imported into XORP router? Thanks, Raluca ________________________________________ From: Ben Greear [greearb at candelatech.com] Sent: Wednesday, November 23, 2011 3:21 PM To: Raluca Blidaru Cc: xorp-hackers at icir.org Subject: Re: [Xorp-hackers] XORP OSPF routing table On 11/23/2011 12:04 PM, Raluca Blidaru wrote: > Hello Everyone, > > I am interested to use XORP for building a testbed for testing router's security in OSPF routing tables attacks. The idea is to use an open source software router and access directly the routing table in memory/temp file, modify it by adding/changing routing entries and see how the information is propagated into a testing lab network. > > I've looked to the code and I found that there is an OSPF origin table which seems to keep the rounting information I may need to access. Where is this information stored? In /tmp folder? Is there already a built-in interface to read from the temp files created if there is where I have to look for the routing tables? Are these files saved in a readable format? If not, how I can access the OSFP routing table for the purpose I described before? > > Is XORP suitable for my project scope? Would any of you with expertise in how XORP is designed advice me if I am on the right track and how best I should approach this project? > > Thank you in advance for your answers and guidance. The routing tables are all in RAM in the OSPF process, except for the routing table(s) in the OS's kernel. You can use xorpsh to print out the various routing tables and could parse that if you wanted. OSPF has a timer bug in the latest stable build, so please use the latest code from github until I get a chance to release another build. Thanks, Ben > > Best regards, > Raluca > > _______________________________________________ > Xorp-hackers mailing list > Xorp-hackers at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers -- Ben Greear Candela Technologies Inc http://www.candelatech.com From greearb at candelatech.com Wed Nov 23 13:42:12 2011 From: greearb at candelatech.com (Ben Greear) Date: Wed, 23 Nov 2011 13:42:12 -0800 Subject: [Xorp-hackers] XORP OSPF - /ospf/tests/test_routing1.py In-Reply-To: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA2@ITOMSCPP01.oncampus.local> References: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA2@ITOMSCPP01.oncampus.local> Message-ID: <4ECD68B4.1080703@candelatech.com> On 11/23/2011 12:28 PM, Raluca Blidaru wrote: > Hello Everyone, > > I have just installed XORP 1.8.3 on Ubuntu, but the .cc files included in /test folder under OSPF were not compiled. Is it a way to make running "test_routing1.py" provided with the source code? Something like 'scons check' I think. Might try: scons --help or similar. Not all tests are wired up either..so it might take some code hacking to get it working. Ben > > Thanks, > Raluca > > _______________________________________________ > Xorp-hackers mailing list > Xorp-hackers at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers -- Ben Greear Candela Technologies Inc http://www.candelatech.com From greearb at candelatech.com Wed Nov 23 13:43:38 2011 From: greearb at candelatech.com (Ben Greear) Date: Wed, 23 Nov 2011 13:43:38 -0800 Subject: [Xorp-hackers] XORP OSPF routing table In-Reply-To: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA3@ITOMSCPP01.oncampus.local> References: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA1@ITOMSCPP01.oncampus.local>, <4ECD55E6.10501@candelatech.com> <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA3@ITOMSCPP01.oncampus.local> Message-ID: <4ECD690A.5090107@candelatech.com> On 11/23/2011 12:41 PM, Raluca Blidaru wrote: > Hi Ben, > > I have used the 1.8.3 version from github and compiled XORP source package on Ubuntu. > > With regard to xorpsh, I can print the routing table (show neighbours), but is it possible also to add/modify any entry from there, or I have to develop myself the interface for this? Should I be aware of any XORP design constraints, in order to include my commands into xorpsh? > > The routing tables from the OS, can they by imported into XORP router? You can add static routes, which can be propagated by OSPF using policies. Static routes should be able to be added and removed via xorpsh. Thanks, Ben > > Thanks, > Raluca > ________________________________________ > From: Ben Greear [greearb at candelatech.com] > Sent: Wednesday, November 23, 2011 3:21 PM > To: Raluca Blidaru > Cc: xorp-hackers at icir.org > Subject: Re: [Xorp-hackers] XORP OSPF routing table > > On 11/23/2011 12:04 PM, Raluca Blidaru wrote: >> Hello Everyone, >> >> I am interested to use XORP for building a testbed for testing router's security in OSPF routing tables attacks. The idea is to use an open source software router and access directly the routing table in memory/temp file, modify it by adding/changing routing entries and see how the information is propagated into a testing lab network. >> >> I've looked to the code and I found that there is an OSPF origin table which seems to keep the rounting information I may need to access. Where is this information stored? In /tmp folder? Is there already a built-in interface to read from the temp files created if there is where I have to look for the routing tables? Are these files saved in a readable format? If not, how I can access the OSFP routing table for the purpose I described before? >> >> Is XORP suitable for my project scope? Would any of you with expertise in how XORP is designed advice me if I am on the right track and how best I should approach this project? >> >> Thank you in advance for your answers and guidance. > > The routing tables are all in RAM in the OSPF process, except for the routing > table(s) in the OS's kernel. > > You can use xorpsh to print out the various routing tables and could parse that > if you wanted. > > OSPF has a timer bug in the latest stable build, so please use the latest code > from github until I get a chance to release another build. > > Thanks, > Ben > >> >> Best regards, >> Raluca >> >> _______________________________________________ >> Xorp-hackers mailing list >> Xorp-hackers at icir.org >> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers > > > -- > Ben Greear > Candela Technologies Inc http://www.candelatech.com -- Ben Greear Candela Technologies Inc http://www.candelatech.com From Raluca.Blidaru at uoit.ca Wed Nov 23 14:11:39 2011 From: Raluca.Blidaru at uoit.ca (Raluca Blidaru) Date: Wed, 23 Nov 2011 17:11:39 -0500 Subject: [Xorp-hackers] XORP OSPF - /ospf/tests/test_routing1.py In-Reply-To: <4ECD68B4.1080703@candelatech.com> References: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA2@ITOMSCPP01.oncampus.local>, <4ECD68B4.1080703@candelatech.com> Message-ID: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA4@ITOMSCPP01.oncampus.local> Thanks. I will try and let you know if it worked or not. Regards, Raluca ________________________________________ From: xorp-hackers-bounces at icir.org [xorp-hackers-bounces at icir.org] On Behalf Of Ben Greear [greearb at candelatech.com] Sent: Wednesday, November 23, 2011 4:42 PM To: Raluca Blidaru Cc: xorp-hackers at icir.org Subject: Re: [Xorp-hackers] XORP OSPF - /ospf/tests/test_routing1.py On 11/23/2011 12:28 PM, Raluca Blidaru wrote: > Hello Everyone, > > I have just installed XORP 1.8.3 on Ubuntu, but the .cc files included in /test folder under OSPF were not compiled. Is it a way to make running "test_routing1.py" provided with the source code? Something like 'scons check' I think. Might try: scons --help or similar. Not all tests are wired up either..so it might take some code hacking to get it working. Ben > > Thanks, > Raluca > > _______________________________________________ > Xorp-hackers mailing list > Xorp-hackers at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers -- Ben Greear Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list Xorp-hackers at icir.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers From JoeCoco at mecnet.net Wed Nov 23 19:50:38 2011 From: JoeCoco at mecnet.net (Joe Coco) Date: Thu, 24 Nov 2011 03:50:38 +0000 Subject: [Xorp-hackers] XORP OSPF routing table In-Reply-To: <4ECD690A.5090107@candelatech.com> References: <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA1@ITOMSCPP01.oncampus.local>, <4ECD55E6.10501@candelatech.com> <7D5B14DC6F3EB34B90C86294B5D4CECB0204FA4CA3@ITOMSCPP01.oncampus.local>, <4ECD690A.5090107@candelatech.com> Message-ID: <9513B0D809E3024A85A611E9B3726CA99DF01F@MECnetExchange.mecnet.net> I think he's looking for something like a 'redirect-kernel' statement. An example might be, say an IPSEC tunnel is established, and a new route becomes available. You may wish to start exporting that route via OSPF. I would think simply adding a network statement would cover it, but I'd have to test it myself. -- Joe ________________________________________ From: xorp-hackers-bounces at icir.org [xorp-hackers-bounces at icir.org] on behalf of Ben Greear [greearb at candelatech.com] Sent: Wednesday, November 23, 2011 4:43 PM To: Raluca Blidaru Cc: xorp-hackers at icir.org Subject: Re: [Xorp-hackers] XORP OSPF routing table On 11/23/2011 12:41 PM, Raluca Blidaru wrote: > Hi Ben, > > I have used the 1.8.3 version from github and compiled XORP source package on Ubuntu. > > With regard to xorpsh, I can print the routing table (show neighbours), but is it possible also to add/modify any entry from there, or I have to develop myself the interface for this? Should I be aware of any XORP design constraints, in order to include my commands into xorpsh? > > The routing tables from the OS, can they by imported into XORP router? You can add static routes, which can be propagated by OSPF using policies. Static routes should be able to be added and removed via xorpsh. Thanks, Ben > > Thanks, > Raluca > ________________________________________ > From: Ben Greear [greearb at candelatech.com] > Sent: Wednesday, November 23, 2011 3:21 PM > To: Raluca Blidaru > Cc: xorp-hackers at icir.org > Subject: Re: [Xorp-hackers] XORP OSPF routing table > > On 11/23/2011 12:04 PM, Raluca Blidaru wrote: >> Hello Everyone, >> >> I am interested to use XORP for building a testbed for testing router's security in OSPF routing tables attacks. The idea is to use an open source software router and access directly the routing table in memory/temp file, modify it by adding/changing routing entries and see how the information is propagated into a testing lab network. >> >> I've looked to the code and I found that there is an OSPF origin table which seems to keep the rounting information I may need to access. Where is this information stored? In /tmp folder? Is there already a built-in interface to read from the temp files created if there is where I have to look for the routing tables? Are these files saved in a readable format? If not, how I can access the OSFP routing table for the purpose I described before? >> >> Is XORP suitable for my project scope? Would any of you with expertise in how XORP is designed advice me if I am on the right track and how best I should approach this project? >> >> Thank you in advance for your answers and guidance. > > The routing tables are all in RAM in the OSPF process, except for the routing > table(s) in the OS's kernel. > > You can use xorpsh to print out the various routing tables and could parse that > if you wanted. > > OSPF has a timer bug in the latest stable build, so please use the latest code > from github until I get a chance to release another build. > > Thanks, > Ben > >> >> Best regards, >> Raluca >> >> _______________________________________________ >> Xorp-hackers mailing list >> Xorp-hackers at icir.org >> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers > > > -- > Ben Greear > Candela Technologies Inc http://www.candelatech.com -- Ben Greear Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list Xorp-hackers at icir.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers From noreply at github.com Mon Nov 28 16:08:51 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 28 Nov 2011 16:08:51 -0800 Subject: [Xorp-hackers] [greearb/xorp.ct] 89cf7a: Update LANforge version to 5.2.2 in deb packaging ... Message-ID: <20111129000851.7734C42622@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 89cf7a929c493f58b11ad6e08d50b4e5ed1d55db https://github.com/greearb/xorp.ct/commit/89cf7a929c493f58b11ad6e08d50b4e5ed1d55db Author: Ben Greear Date: 2011-11-28 (Mon, 28 Nov 2011) Changed paths: M xorp/Makefile.deb Log Message: ----------- Update LANforge version to 5.2.2 in deb packaging Makefile.