BandwidthController - fix typo: owner-uid --> uid-owner
Test: rules actually load
Bug: 150738490
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I67ea962bb0ebd9b3b3ced23010e4fd8dfc8d6931
Merged-In: I67ea962bb0ebd9b3b3ced23010e4fd8dfc8d6931
diff --git a/server/BandwidthController.cpp b/server/BandwidthController.cpp
index cbf42b3..d746027 100644
--- a/server/BandwidthController.cpp
+++ b/server/BandwidthController.cpp
@@ -271,7 +271,7 @@
StringPrintf("-A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x%x", uidBillingMask),
// Packets from the clat daemon have already been counted on egress through the
// stacked v4-* interface.
- "-A bw_mangle_POSTROUTING -m owner --owner-uid clat -j RETURN",
+ "-A bw_mangle_POSTROUTING -m owner --uid-owner clat -j RETURN",
// This is egress interface accounting: we account 464xlat traffic only on
// the clat interface (as offloaded packets never hit base interface's ip6tables)
// and later sum base and stacked with overhead (+20B/pkt) in higher layers