[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Jul 16 14:02:08 CDT 2015


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 129177)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -291,7 +291,7 @@
 #t1-2/0/2:1 up up
 #t1-2/0/2:1.16 up up
 #t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 down down
 #t1-2/0/2:5 down down
Index: configs/core2.dc.onenet.net
===================================================================
--- configs/core2.dc.onenet.net	(revision 128909)
+++ configs/core2.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_02_RE0> show system commit 
+#   2015-07-16 12:05:51 CDT by rnordmark via cli commit confirmed, rollback in 3mins synchronize
 #   2015-07-08 18:07:18 CDT by andrew via cli commit synchronize
 #   2015-07-08 18:03:53 CDT by andrew via cli commit synchronize
 #   2015-07-07 15:53:32 CDT by andrew via cli commit synchronize
 #   2015-06-29 08:46:17 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-06-12 16:35:35 CDT by andrew via cli commit synchronize
-#   2015-06-11 15:06:15 CDT by andrew via cli commit synchronize
 # grnoc-mon at MX480_DC_02_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -384,7 +384,7 @@
 # grnoc-mon at MX480_DC_02_RE0> show system uptime 
 # System booted: 2014-08-25 19:57 CDT 
 # Protocols started: 2014-08-25 19:58 CDT 
-# Last configured: 2015-07-08 18:07 CDT  by andrew
+# Last configured: 2015-07-16 12:05 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at MX480_DC_02_RE0> show interface terse 
@@ -591,6 +591,7 @@
 #irb.260 up up
 #irb.276 up up
 #irb.277 up up
+#irb.278 up up
 #irb.300 up up
 #irb.301 up up
 #irb.302 up up
@@ -761,6 +762,7 @@
 #lsi.4 up up
 #lsi.5 up up
 #lsi.7 up up
+#lsi.8 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -768,7 +770,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_02_RE0> show configuration 
-## Last commit: 2015-07-08 18:07:18 CDT by andrew
+## Last commit: 2015-07-16 12:05:51 CDT by rnordmark
 version 12.3R7.7;
 groups {
     re0 {
@@ -1443,6 +1445,12 @@
                 address 10.11.2.1/24;
             }
         }
+        unit 278 {
+            description dmz_offnmgmt-1-278;
+            family inet {
+                address 172.16.0.1/24;
+            }
+        }
         unit 300 {
             description higgsboson-01-0300;
             family inet {
@@ -2862,6 +2870,48 @@
             then reject;
         }
     }
+    policy-statement OFFN-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OFFN-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OFFN-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OFFN-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OFFN-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OFFN-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OFFN-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OIDS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -3094,6 +3144,7 @@
     community MX480_DC_02 members 5078:196;
     community ODMHSAS-VPN members target:5078:2559;
     community ODOT-VPN members target:5078:2538;
+    community OFFN-VPN members target:5078:2572;
     community OIDS-VPN members target:5078:2532;
     community ONENET-MGMT-VPN members target:5078:2543;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
@@ -3510,6 +3561,16 @@
             }
         }
     }
+    OFFN-L3VPN {
+        description OFFN-L3VPN;
+        instance-type vrf;
+        interface irb.278;
+        route-distinguisher 164.58.199.196:2572;
+        vrf-import OFFN-VRF-IMPORT;
+        vrf-export OFFN-VRF-EXPORT;
+        vrf-target target:5078:2572;
+        vrf-table-label;
+    }
     OIDS-L3VPN {
         description OIDS-L3VPN;
         instance-type vrf;
@@ -4506,6 +4567,10 @@
         vlan-id 4039;
         routing-interface irb.4039;
     }
+    dmz_offnmgmt-1-278 {
+        vlan-id 278;
+        routing-interface irb.278;
+    }
     dmz_ohcwc_-01-2102 {
         vlan-id 2102;
     }
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 129169)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2015-07-16 13:32:31 CDT by rnordmark via cli commit synchronize
 #   2015-07-15 13:33:27 CDT by joel via cli commit synchronize
 #   2015-07-15 13:14:51 CDT by andrew via cli commit synchronize
 #   2015-07-13 10:16:02 CDT by andrew via cli commit synchronize
 #   2015-07-13 10:07:31 CDT by andrew via cli commit synchronize
 #   2015-07-13 10:01:39 CDT by andrew via cli commit synchronize
-#   2015-07-13 09:51:11 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -431,7 +431,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:50 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2015-07-15 13:33 CDT  by joel
+# Last configured: 2015-07-16 13:32 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -706,8 +706,6 @@
 #lsi.1516735 up up
 #lsi.1516736 up up
 #lsi.1516737 up up
-#lsi.1516750 up up
-#lsi.1516751 up up
 #lsi.1516756 up up
 #lsi.1516760 up up
 #lsi.1516766 up up
@@ -731,6 +729,8 @@
 #lsi.1516813 up up
 #lsi.1516817 up up
 #lsi.1516818 up up
+#lsi.1516819 up up
+#lsi.1516820 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -738,7 +738,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2015-07-15 13:33:27 CDT by joel
+## Last commit: 2015-07-16 13:32:31 CDT by rnordmark
 version 12.3R7.7;
 groups {
     re0 {
@@ -4371,6 +4371,17 @@
             }
         }
         filter OMES-OUTBOUND {
+            term RUSSIANS {
+                from {
+                    source-address {
+                        185.94.111.1/32;
+                        167.114.173.202/32;
+                    }
+                }
+                then {
+                    discard;
+                }
+            }
             term OK-GOV-ABUSE {
                 from {
                     destination-address {
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 129176)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2015-07-16 13:54:49 CDT by joel via cli commit synchronize
+#   2015-07-16 13:45:24 CDT by joel via cli commit synchronize
+#   2015-07-16 13:37:10 CDT by joel via cli commit synchronize
+#   2015-07-16 13:31:31 CDT by rnordmark via cli commit synchronize
 #   2015-07-15 14:36:42 CDT by andrew via cli commit synchronize
 #   2015-07-15 13:14:19 CDT by andrew via cli commit synchronize
-#   2015-07-15 10:17:09 CDT by andrew via cli commit synchronize
-#   2015-07-13 10:33:30 CDT by joel via cli commit synchronize
-#   2015-07-13 10:20:23 CDT by joel via cli commit synchronize
-#   2015-07-13 10:14:25 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -426,7 +426,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:49 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2015-07-15 14:36 CDT  by andrew
+# Last configured: 2015-07-16 13:54 CDT  by joel
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -891,9 +891,7 @@
 #lsi.1051585 up up
 #lsi.1051587 up up
 #lsi.1051599 up up
-#lsi.1051600 up up
 #lsi.1051609 up up
-#lsi.1051611 up up
 #lsi.1051619 up up
 #lsi.1051621 up up
 #lsi.1051624 up up
@@ -904,6 +902,8 @@
 #lsi.1051631 up up
 #lsi.1051632 up up
 #lsi.1051633 up up
+#lsi.1051634 up up
+#lsi.1051635 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -911,7 +911,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2015-07-15 14:36:42 CDT by andrew
+## Last commit: 2015-07-16 13:54:49 CDT by joel
 version 12.3R7.7;
 groups {
     re0 {
@@ -4937,6 +4937,7 @@
         route 164.58.9.104/30 next-hop 156.110.25.142;
         route 156.110.28.8/29 next-hop 156.110.34.25;
         route 156.110.34.184/29 next-hop 164.58.9.22;
+        route 156.110.38.208/28 next-hop 156.110.130.154;
     }
     router-id 164.58.199.214;
     autonomous-system 5078;
@@ -8177,6 +8178,17 @@
             }
         }
         filter OMES-OUTBOUND {
+            term RUSSIANS {
+                from {
+                    source-address {
+                        185.94.111.1/32;
+                        167.114.173.202/32;
+                    }
+                }
+                then {
+                    discard;
+                }
+            }
             term OK-GOV-ABUSE {
                 from {
                     destination-address {
@@ -9565,12 +9577,12 @@
 164.58.15.74             Up        xe-0/1/0.72    1.200     0.400        3   
 164.58.244.1             Up        ge-1/3/5.0     1.200     0.400        3   
 fe80::226:88ff:feb1:4fa  Up        ge-1/3/5.0     1.200     0.400        3   
-fe80::8271:1fff:fec6:6e69 Down     xe-0/0/1.172   0.000     1.000        3   
+fe80::8271:1fff:fec6:6e69 Up       xe-0/0/1.172   1.200     0.400        3   
 fe80::8271:1fff:fec6:bd78 Up       xe-0/0/1.171   1.200     0.400        3   
 fe80::8618:8800:2828:38a5 Down     xe-0/0/0.40    3.000     1.000        3   
 
 19 sessions, 22 clients
-Cumulative transmit rate 24.0 pps, cumulative receive rate 23.0 pps
+Cumulative transmit rate 25.5 pps, cumulative receive rate 25.5 pps
 
 {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system snapshot media internal 
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net	(revision 129177)
+++ configs/core1.lan-mx80.onenet.net	(working copy)
@@ -197,7 +197,7 @@
 # -rw-rw----  1 root  field   52711424 Jun 10 15:37 ifinfo.core.1
 # -rw-rw----  1 root  field   52711424 Jun 10 15:40 ifinfo.core.2
 # -rw-rw----  1 root  field   52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw----  1 root  field   52711424 Jul 16 12:59 ifinfo.core.4
+# -rw-rw----  1 root  field   52711424 Jul 16 13:59 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Aug 13  2012 install/
 # -rw-r--r--  1 eng   field   99542994 May 30  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
 # -rw-r--r--  1 upgrades field 150276951 Aug 8   2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 129177)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -200,7 +200,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 Jul 16 12:58 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Jul 16 13:58 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 129173)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -744,7 +744,6 @@
 #lsi.1078339 up up
 #lsi.1078340 up up
 #lsi.1078342 up up
-#lsi.1078346 up up
 #lsi.1078350 up up
 #lsi.1078353 up up
 #lsi.1078354 up up
@@ -752,6 +751,7 @@
 #lsi.1078358 up up
 #lsi.1078359 up up
 #lsi.1078363 up up
+#lsi.1078364 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/hub.elr.onenet.net
===================================================================
--- configs/hub.elr.onenet.net	(revision 129177)
+++ configs/hub.elr.onenet.net	(working copy)
@@ -319,7 +319,7 @@
 #t1-2/0/2:17 down down
 #t1-2/0/2:18 down down
 #t1-2/0/2:19 down down
-#t1-2/0/2:20 down up
+#t1-2/0/2:20 down down
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net	(revision 129152)
+++ configs/hub.alv.onenet.net	(working copy)
@@ -347,6 +347,7 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
+#vt-2/3/0.1050114 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -376,7 +377,6 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
-#vt-3/3/0.1050113 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 129176)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
-#   2015-07-15 18:34:16 CDT by andrew via cli commit synchronize
-#   2015-07-14 13:32:05 CDT by sean via cli commit confirmed, rollback in 5mins synchronize
-#   2015-07-14 13:14:17 CDT by sean via cli commit synchronize
-#   2015-07-14 13:06:37 CDT by sean via cli commit synchronize
-#   2015-07-14 12:44:19 CDT by sean via cli commit confirmed, rollback in 3mins synchronize
-#   2015-07-14 12:36:01 CDT by sean via cli commit confirmed, rollback in 4mins synchronize
+#   2015-07-16 13:41:53 CDT by andrew via cli commit synchronize
+#   2015-07-16 12:43:38 CDT by sean via cli commit confirmed, rollback in 5mins synchronize
+#   2015-07-16 12:36:05 CDT by sean via cli commit synchronize
+#   2015-07-16 12:32:24 CDT by sean via cli commit confirmed, rollback in 5mins synchronize
+#   2015-07-16 12:28:59 CDT by sean via cli commit confirmed, rollback in 3mins synchronize
+#   2015-07-16 12:27:26 CDT by sean via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -358,7 +358,7 @@
 # -rw-r--r--  1 root  field          0 Dec 8   2010 tracelogs
 # -rw-r--r--  1 root  field          0 Dec 8   2010 tracelogs_jperf
 # -rw-r--r--  1 root  field          0 Dec 8   2010 tracelogs_sem
-# drwxrwxrwt  2 root  wheel        512 Jul 14 12:17 vi.recover/
+# drwxrwxrwt  2 root  wheel        512 Jul 16 12:11 vi.recover/
 # -rw-rw----  1 root  field  298287104 Feb 6   2013 vmcore.0
 # total files: 30
 # 
@@ -366,7 +366,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2015-05-06 01:06 CDT 
 # Protocols started: 2015-05-06 01:08 CDT 
-# Last configured: 2015-07-15 18:34 CDT  by andrew
+# Last configured: 2015-07-16 13:41 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -1043,11 +1043,11 @@
 #t1-3/3/0:1:12 up down
 #t1-3/3/0:1:13 up up
 #t1-3/3/0:1:13.0 up up
-#t1-3/3/0:1:14 up down
+#t1-3/3/0:1:14 up up
 #t1-3/3/0:1:15 up down
 #t1-3/3/0:1:16 down down
 #t1-3/3/0:1:17 up down
-#t1-3/3/0:1:18 up down
+#t1-3/3/0:1:18 up up
 #t1-3/3/0:1:19 up up
 #t1-3/3/0:1:19.0 up up
 #t1-3/3/0:1:20 down down
@@ -1062,8 +1062,9 @@
 #t1-3/3/0:1:28 down down
 #coc1-3/3/0:2 up up
 #ct3-3/3/0:2 up up
-#t1-3/3/0:2:1 up down
-#t1-3/3/0:2:1.0 up down
+#t1-3/3/0:2:1 up up
+#t1-3/3/0:2:1.16 up up
+#t1-3/3/0:2:1.17 up up
 #t1-3/3/0:2:2 up up
 #t1-3/3/0:2:2.0 up up
 #t1-3/3/0:2:3 up up
@@ -1923,7 +1924,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2015-07-15 18:34:16 CDT by andrew
+## Last commit: 2015-07-16 13:41:53 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -5342,11 +5343,21 @@
         partition 1-28 interface-type t1;
     }
     t1-3/3/0:2:1 {
-        description "ODOT Reg. Maint. Jay [ORDERED]";
-        encapsulation cisco-hdlc;
-        unit 0 {
-            family inet;
+        description ODOT-JAY-REGMAINT-T1-CIR0006182;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
+            family inet {
+                address 10.119.41.0/31;
+            }
         }
+        unit 17 {
+            dlci 17;
+            family inet {
+                address 10.119.25.0/31;
+            }
+        }
     }
     t1-3/3/0:2:2 {
         description HARRAH-PUBLIC-SCHOOLS-VIDEO-T1-CIR0003101;
@@ -9215,7 +9226,6 @@
         route 164.58.3.0/30 next-hop 156.110.58.254;
         route 164.58.176.184/30 next-hop 156.110.58.254;
         route 156.110.78.180/30 next-hop 156.110.46.250;
-        route 156.110.91.120/29 next-hop 156.110.92.6;
         route 164.58.223.124/30 next-hop 164.58.11.114;
         route 164.58.155.96/29 next-hop 164.58.11.114;
         route 164.58.11.116/30 next-hop 164.58.11.114;
@@ -11278,6 +11288,7 @@
         interface t1-2/3/0:12:25.16;
         interface t1-2/3/0:12:26.17;
         interface t1-2/3/0:12:27.16;
+        interface t1-3/3/0:2:1.17;
         interface t1-3/3/0:2:8.17;
         interface t1-3/3/0:2:10.17;
         route-distinguisher 164.58.199.213:2548;
@@ -11384,6 +11395,13 @@
                         export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
                         peer-as 64591;
                     }
+                    neighbor 10.119.25.1 {
+                        description EBGP-ODOT-JAY-REGMAINT-T1-CIR0006182;
+                        import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+                        peer-as 64591;
+                    }
                 }
             }
         }
@@ -11400,6 +11418,7 @@
         interface t1-2/3/0:8:8.16;
         interface t1-2/3/0:12:24.16;
         interface t1-2/3/0:12:26.16;
+        interface t1-3/3/0:2:1.16;
         interface t1-3/3/0:2:8.16;
         interface t1-3/3/0:2:10.16;
         route-distinguisher 164.58.199.213:2550;
@@ -11492,6 +11511,13 @@
                         export EBGP-OMES-MGMT-SITE-EXPORT;
                         peer-as 64591;
                     }
+                    neighbor 10.119.41.1 {
+                        description EBGP-JAY-REGMAINT-T1-CIR0006182;
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
                 }
             }
         }
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net	(revision 129173)
+++ configs/core1.nor.onenet.net	(working copy)
@@ -589,7 +589,6 @@
 #lsi.1048663 up up
 #lsi.1048666 up up
 #lsi.1048668 up up
-#lsi.1048672 up up
 #lsi.1048676 up up
 #lsi.1048679 up up
 #lsi.1048680 up up
@@ -597,6 +596,7 @@
 #lsi.1048684 up up
 #lsi.1048688 up up
 #lsi.1048689 up up
+#lsi.1048690 up up
 #mtun up up
 #pimd up up
 #pime up up



More information about the Nocrancid mailing list