Less indentation

This commit is contained in:
Patrik Lundin 2024-10-28 13:22:53 +01:00
parent af96f5e985
commit 7dc787cb68
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -28,7 +28,7 @@ protocol kernel {
import none;
export filter { if source = RTS_DEVICE then { reject; } accept; };
};
# Create ECMP routes in kernel table from multiple paths
# Create ECMP routes in kernel table from multiple paths
merge paths;
}