Model: RB4011iGS+
Steps to reproduce:
Code: Select all
/ip/route/rule/add routing-mark="foo"
input does not match any value of routing-mark
/ip/route/rule/add table="foo"
input does not match any value of table
Additional:# jan/01/2002 01:17:02 by RouterOS 7.0beta1
# software id = 9S4N-YFRB
#
# model = RB4011iGS+
# serial number = 968A0922CAB1
/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
set 6 default-vlan-id=0
set 7 default-vlan-id=0
set 8 default-vlan-id=0
set 9 default-vlan-id=0
set 10 default-vlan-id=0
set 11 default-vlan-id=0
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip torrent
set download-directory=/flash/rw/disk
#error exporting /ipv6/route/rule
#error exporting /routing/policy/selection
/system logging
add topics=route
Even with /system/logging/add topics=route nothing appears in the logs
Can add a mangle rule setting a routing mark OK, but still can't add a route rule
Code: Select all
/ip/firewall/mangle/add chain=prerouting action=mark-routing new-routing-mark=foo
/ip/firewall/mangle/export
/ip firewall mangle
add action=mark-routing chain=prerouting new-routing-mark=foo
/ip/route/rule/add routing-mark=foo
input does not match any value of routing-mark