]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-routing-policy-rule.c
networkd: fix serialization of {Incoming,Outgoing}Interface
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Nov 2017 11:51:08 +0000 (11:51 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 Nov 2017 08:25:38 +0000 (09:25 +0100)
commit9491f55f74a1c61a8c6c79c3ef16a32f2722e232
tree38dd94d38e19ec644e74e8b6957dd8e9feabff46
parent7379f3de7f5863f18c768176504203cb58c7e6ea
networkd: fix serialization of {Incoming,Outgoing}Interface

Let's just say that the code wasn't fully functional ;(

Since we only had the parser for serialization, and not the writer, we are
free to change the format. So while at it, let's use shorter names in the
serialization format that match the surrounding style.
src/network/networkd-routing-policy-rule.c
src/network/test-routing-policy-rule.c