Slide 32
Slide 32 text
変更内容をcommit
junos-ci $ git diff
diff --git a/config/junos.conf b/config/junos.conf
index 1331682..e860cc4 100644
--- a/config/junos.conf
+++ b/config/junos.conf
@@ -14,6 +14,8 @@ protocols {
}
local-address 198.51.100.1;
}
+ neighbor 192.0.2.3;
+ invalid statement; # わざとエラーを混ぜる
}
}
}
junos-ci $ git commit -am "xxxx 開通準備"
junos-ci $ git push origin add-neighbor