]> git.proxmox.com Git - mirror_iproute2.git/commit
iprule: always print realms keyword for rule
authorThomas Haller <thaller@redhat.com>
Tue, 23 Apr 2019 07:16:15 +0000 (09:16 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 24 Apr 2019 22:06:15 +0000 (15:06 -0700)
commit62de07faf7ecfbf867ce63e7e08bb624ad54137a
tree4cbab05dc8c800fe225f03cbaef0c96be71f7ded
parent927632d4da72bb0e2e9837975663d723082fb63e
iprule: always print realms keyword for rule

# rule add priority 10 realms 1/0xF
    # rule add priority 10 realms 0/0xF
    # ip rule
    10:     from all lookup main 15
    10:     from all lookup main realms 1/15

The previous behavior was there since the beginning.

Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iprule.c