Add pppoe copy procedure

This commit is contained in:
Denys Fedoryshchenko
2023-12-01 18:27:23 +02:00
parent 75498d06c0
commit 86f86d8928
2 changed files with 105 additions and 0 deletions
+6
View File
@@ -446,14 +446,20 @@ policy-options {
}
then accept;
}
term default {
then reject;
}
}
policy-statement OGERO-IMPORT {
term OGERO-IMPORT {
then accept;
}
}
}
```
*IMPORTANT*: term default then reject will prevent route leaks, dont forget it.
* x.x.x.x is your peer IP address and y.y.y.y is Ogero IP address.
* a.a.a.a/24 and b.b.b.b/24 are your prefixes you want to send to Ogero.