Skip to content

Commit

Permalink
automatic commit at releng box
Browse files Browse the repository at this point in the history
  • Loading branch information
mc36 committed Feb 1, 2025
1 parent df941f4 commit 4f27c62
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions cfg/p4lang-rout431.tst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ int sdn1
exit
int sdn2
bridge-gr 1
bridge-static 0000.0000.4444
exit
int bvi1
vrf for v1
Expand Down
1 change: 1 addition & 0 deletions cfg/p4lang-rout432.tst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ int sdn2
exit
int sdn2.222
bridge-gr 1
bridge-static 0000.0000.4444
exit
int bvi1
vrf for v1
Expand Down
4 changes: 2 additions & 2 deletions src/org/freertr/serv/servP4langConn.java
Original file line number Diff line number Diff line change
Expand Up @@ -4295,7 +4295,7 @@ private boolean doMroutes(String afi, int vrf, tabLabelEntry lab, ipFwdMcast nee
}
now++;
if (ifc.viaN != null) {
lower.sendLine("mneiroute" + afi + "_" + act + " " + vrf + " " + gid + " " + need.group + " " + need.source + " " + ingr.id + " " + ifc.viaN.getVia().id + " " + ifc.viaN.id + " " + ifc.id);
lower.sendLine("mneiroute" + afi + "_" + act + " " + vrf + " " + gid + " " + need.group + " " + need.source + " " + ingr.id + " " + ifc.viaN.getVia().getMcast(gid, null).id + " " + ifc.viaN.id + " " + ifc.id);
continue;
}
if (ntry.mcastAsBcast) {
Expand All @@ -4317,7 +4317,7 @@ private boolean doMroutes(String afi, int vrf, tabLabelEntry lab, ipFwdMcast nee
lower.sendLine("mroute" + afi + "_" + act + " " + vrf + " " + gid + " " + need.group + " " + need.source + " " + ingr.id + " " + ifc.getMcast(gid, null).id + " " + ifc.id + " " + ifc.getMac().toEmuStr() + " " + adrM.toEmuStr());
continue;
}
lower.sendLine("mneiroute" + afi + "_" + act + " " + vrf + " " + gid + " " + need.group + " " + need.source + " " + ingr.id + " " + nei.getVia().id + " " + nei.id + " " + ifc.id);
lower.sendLine("mneiroute" + afi + "_" + act + " " + vrf + " " + gid + " " + need.group + " " + need.source + " " + ingr.id + " " + nei.getVia().getMcast(gid, null).id + " " + nei.id + " " + ifc.id);
}
if (bef) {
act = "mod";
Expand Down
4 changes: 2 additions & 2 deletions src/org/freertr/util/verCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ private verCore() {
/**
* compile month
*/
public final static int month = 1;
public final static int month = 2;

/**
* compile day
*/
public final static int day = 31;
public final static int day = 1;

/**
* statement of release
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v25.1.31-cur, done by sprscc13@mrn0b0dy.
-;-;-;2025-01-31 22:56:43, took 00:14:47, with 50 workers, on 3634 cases, 0 failed, 0 traces, 2 retries
-;-;-;2025-01-31 23:37:43, took 00:16:00, with 50 workers, on 3634 cases, 0 failed, 0 traces, 3 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/basic01.tst;basic01.tst;success;dummy test
http://sources.freertr.org/cfg/basic02.tst;basic02.tst;success;interface with slot
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v25.1.31-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2025-01-31 22:56:43, took 00:14:47, with 50 workers, on 3634 cases, 0 failed, 0 traces, 2 retries<br/>
tested: 2025-01-31 23:37:43, took 00:16:00, with 50 workers, on 3634 cases, 0 failed, 0 traces, 3 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.1.31
25.2.1
4 changes: 2 additions & 2 deletions src/rtr2.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v25.1.30-cur, done by sprscc13@mrn0b0dy.
-;-;-;2025-01-30 22:32:57, took 00:10:48, with 1 workers, on 9 cases, 0 failed, 0 traces, 0 retries
-;-;-;freeRouter v25.1.31-cur, done by sprscc13@mrn0b0dy.
-;-;-;2025-01-31 23:32:14, took 00:11:47, with 1 workers, on 9 cases, 0 failed, 0 traces, 0 retries
-;-;-;java -Xmx256m -jar rtr.jar
http://sources.freertr.org/cfg/opnflw-rout01.tst;opnflw-rout01.tst;success;openflow: software routing
http://sources.freertr.org/cfg/opnflw-rout02.tst;opnflw-rout02.tst;success;openflow: bridging and routing
Expand Down
4 changes: 2 additions & 2 deletions src/rtr2.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.bad { color: red }
</style>
<title>tester</title></head><body>
release: freeRouter v25.1.30-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2025-01-30 22:32:57, took 00:10:48, with 1 workers, on 9 cases, 0 failed, 0 traces, 0 retries<br/>
release: freeRouter v25.1.31-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2025-01-31 23:32:14, took 00:11:47, with 1 workers, on 9 cases, 0 failed, 0 traces, 0 retries<br/>
jvm: java -Xmx256m -jar rtr.jar<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v25.1.31-cur, done by sprscc13@mrn0b0dy.
-;-;-;2025-01-31 23:10:50, took 00:13:37, with 50 workers, on 700 cases, 0 failed, 0 traces, 0 retries
-;-;-;2025-01-31 23:49:44, took 00:11:32, with 50 workers, on 700 cases, 0 failed, 0 traces, 0 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/p4lang-acl001.tst;p4lang-acl001.tst;success;p4lang: copp
http://sources.freertr.org/cfg/p4lang-acl002.tst;p4lang-acl002.tst;success;p4lang: ingress access list
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v25.1.31-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2025-01-31 23:10:50, took 00:13:37, with 50 workers, on 700 cases, 0 failed, 0 traces, 0 retries<br/>
tested: 2025-01-31 23:49:44, took 00:11:32, with 50 workers, on 700 cases, 0 failed, 0 traces, 0 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down

0 comments on commit 4f27c62

Please sign in to comment.