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

Backport some minor changes from int-new

This commit is contained in:
Ondrej Zajicek (work)
2017-09-12 16:33:29 +02:00
parent 9f4908fe78
commit f2dd602fef
5 changed files with 22 additions and 16 deletions

View File

@@ -469,8 +469,6 @@ bgp_get_attr_len(eattr *a)
return len;
}
#define ADVANCE(w, r, l) do { r -= l; w += l; } while (0)
/**
* bgp_encode_attrs - encode BGP attributes
* @p: BGP instance