Warn when comparing against an AF_UNSPEC address in a policy

It produces unexpected results, and it's most likely a bug.
This commit is contained in:
teor (Tim Wilson-Brown)
2015-12-16 08:47:47 +11:00
parent ce92335214
commit e2e09a2dbe
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor feature (IPv6):
- Add address policy assume_action support for IPv6 addresses.
- Limit IPv6 mask bits to 128.
- Warn when comparing against an AF_UNSPEC address in a policy,
it's almost always a bug.
Closes ticket 17863; patch by "teor".