Skip to content

Commit 0eeff61

Browse files
committed
Start pointing primary traffic explicitly at Fedora 20
1 parent e61d7ad commit 0eeff61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/roles/lvs-iptables/files/scripts-iptables.rules.v4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
-A scripts -m tcp -p tcp --dport 25 -j MARK --set-mark 3
4343
# Send finger-bound traffic to the LVS director itself
4444
-A scripts -m tcp -p tcp --dport 78:79 -j RETURN
45-
# Send everything else to FWM 1 (primary)
46-
-A scripts -m mark --mark 0 -j MARK --set-mark 1
45+
# Send everything else to FWM 21 (Fedora 20 primary)
46+
-A scripts -m mark --mark 0 -j MARK --set-mark 21
4747

4848
# Clear external DSCP bits
4949
-A primary -j DSCP --set-dscp 0
50-
# scripts-primary.mit.edu goes to the primary (FWM 1) on all ports
51-
-A primary -j MARK --set-mark 1
50+
# scripts-primary.mit.edu goes to the Fedora 20 primary (FWM 21) on all ports
51+
-A primary -j MARK --set-mark 21
5252

5353
# Clear external DSCP bits
5454
-A sipb -j DSCP --set-dscp 0

0 commit comments

Comments
 (0)