Commit 5510b020 authored by Julien Muchembled's avatar Julien Muchembled

Babel will have to set source address on routes

parent 5d1bfc91
...@@ -198,8 +198,9 @@ def main(): ...@@ -198,8 +198,9 @@ def main():
# So only rule 6 can make the difference, i.e. prefer same label. # So only rule 6 can make the difference, i.e. prefer same label.
# The value of the label does not matter, except that it must be # The value of the label does not matter, except that it must be
# different from ::/0's (normally equal to 1). # different from ::/0's (normally equal to 1).
# XXX: Wouldn't it better if Babel set a source address on routes # XXX: This does not work with extra interfaces that already have
# it installed ? # an public IP so Babel must be changed to set a source
# address on routes it installs.
ip('addrlabel', 'prefix', my_network, 'label', '99') ip('addrlabel', 'prefix', my_network, 'label', '99')
# prepare persistent interfaces # prepare persistent interfaces
if config.client: if config.client:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment