1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Revert "Filter: Allow setting the 'onlink' route attribute in filters"

This reverts commit 7144c9ca46.

The onlink attribute implementation collides with the nexthop attribute
behavior in v3; keeping it aside until finding out how to reimplement it
correctly.
This commit is contained in:
Maria Matejka
2023-01-24 09:20:36 +01:00
parent 7144c9ca46
commit 9dc9124cec
4 changed files with 3 additions and 23 deletions

View File

@@ -102,7 +102,6 @@ enum f_sa_code {
SA_WEIGHT,
SA_PREF,
SA_GW_MPLS,
SA_ONLINK,
} PACKED;
/* Static attribute definition (members of struct rta) */